Html Css Color HEX #121CE9 Blue

📋 copy color: '#121CE9'

red 18 ◦ green 28 ◦ blue 233

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

Shades of Blue #121CE9

Tints of Blue #121CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 83.51%

R = 6.45%
G = 10.04%
B = 83.51%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#121CE9 (or 0x121CE9) is known color: Blue. HEX triplet: 12, 1C and E9. RGB value is (18,28,233). Sum of RGB (Red+Green+Blue) = 18+28+233=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 233 (91.41% from 255 or 83.51% from 279); Max value from RGB is 233 - color contains mainly: blue. Hex color #121CE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121CE9 is #EDE316. Grayscale: #2F2F2F. Windows color (decimal): -15590167 or 15277074. OLE color: 15277074.

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

Color convert

RGB 18 28 233 -
CMYK 0.92 0.88 0 0.09
HSL 237.21º 0.86% 0.49% -
HSV(B) 237.21º 0.92% 0.91% -
XYZ 15.37 6.84 77.6 -
YUV 48.38 232.19 106.33 -
System Red Green Blue C M Y K H S L
Decimal 18 28 233 0.92 0.88 0 0.09 237.21 0.86 0.49
Hex 12 1C E9 5C 58 0 9 ED 56 31
Octal 22 34 351 134 130 0 11 355 126 61
Binary 10010 11100 11101001 1011100 1011000 0 1001 11101101 1010110 110001

Color Harmonies of #121CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121CE9

Black with #121CE9

Text Example


Text Example

White with #121CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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