#121FEA

Color #121FEA Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #121FEA

Tints of Blue #121FEA

Color information

#121FEA (or 0x121FEA) is unknown color: approx Blue. HEX triplet: 12, 1F and EA. RGB value is (18,31,234). Sum of RGB (Red+Green+Blue) = 18+31+234=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 234 (91.80% from 255 or 82.69% from 283); Max value from RGB is 234 - color contains mainly: blue. Hex color #121FEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121FEA is #EDE015. Grayscale: #313131. Windows color (decimal): -15589398 or 15343378. OLE color: 15343378.

HSL color Cylindrical-coordinate representation of color #121FEA: hue angle of 236.39º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #121FEA is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1831234-
CMYK0.920.8700.08
HSL236.39º85.71%49.41%-
HSV(B)236.39º92.31%91.76%-
XYZ15.597.0578.38-
YUV50.26231.69104.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 6.36%
GREEN value IS 31 (12.5% from 255) = 10.95%
BLUE value IS 234 (91.80% from 255) = 82.69%
R=6.36%
G=10.95%
B=82.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal18312340.920.8700.08236.3985.7149.41
Hex121FEA5C5708ec5631
Octal223735213412701035412661
Binary1001011111111010101011100101011101000111011001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121FEA; }

 p { color: rgb(18,31,234); }

 H1.HeaderClassName
 {
   color: #121FEA;
 }
 .AnyTagClassName
 {
   color: #121FEA;
 }
</style>
background-color css

<style>
 a { background-color: #121FEA; }

 a { background-color: rgb(18,31,234); }

 div.DivClassName
 {
   background-color: #121FEA;
 }
 .BgClassName
 {
   background-color: #121FEA;
 }
</style>
border-color css

<style>
 span { border-color: #121FEA; }

 span { border-color: rgb(18,31,234); }

 td.TdClassName
 {
   border-color: #121FEA;
 }
 .TagClassName
 {
   border-color: #121FEA;
 }
</style>