Html Css Color HEX #121CEA Blue

📋 copy color: '#121CEA'

red 18 ◦ green 28 ◦ blue 234

#121CEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #121CEA

Tints of Blue #121CEA

RGB

 RED value IS 18 (7.42% from 255) = 6.43%

 GREEN value IS 28 (11.33% from 255) = 10%

 BLUE value IS 234 (91.8% from 255) = 83.57%

R = 6.43%
G = 10%
B = 83.57%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#121CEA (or 0x121CEA) is known color: Blue. HEX triplet: 12, 1C and EA. RGB value is (18,28,234). Sum of RGB (Red+Green+Blue) = 18+28+234=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 234 (91.80% from 255 or 83.57% from 280); Max value from RGB is 234 - color contains mainly: blue. Hex color #121CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121CEA is #EDE315. Grayscale: #2F2F2F. Windows color (decimal): -15590166 or 15342610. OLE color: 15342610.

HSL color Cylindrical-coordinate representation of color #121CEA: hue angle of 237.22º 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 #121CEA is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 28 234 -
CMYK 0.92 0.88 0 0.08
HSL 237.22º 0.86% 0.49% -
HSV(B) 237.22º 0.92% 0.92% -
XYZ 15.52 6.9 78.36 -
YUV 48.49 232.69 106.25 -
System Red Green Blue C M Y K H S L
Decimal 18 28 234 0.92 0.88 0 0.08 237.22 0.86 0.49
Hex 12 1C EA 5C 58 0 8 ED 56 31
Octal 22 34 352 134 130 0 10 355 126 61
Binary 10010 11100 11101010 1011100 1011000 0 1000 11101101 1010110 110001

Color Harmonies of #121CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121CEA

Black with #121CEA

Text Example


Text Example

White with #121CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #121CEA;
 }
 .AnyTagClassName
 {
   color: #121CEA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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