Html Css Color HEX #121BEF Blue

📋 copy color: '#121BEF'

red 18 ◦ green 27 ◦ blue 239

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

Shades of Blue #121BEF

Tints of Blue #121BEF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.51%

 BLUE value IS 239 (93.75% from 255) = 84.15%

R = 6.34%
G = 9.51%
B = 84.15%

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#121BEF (or 0x121BEF) is known color: Blue. HEX triplet: 12, 1B and EF. RGB value is (18,27,239). Sum of RGB (Red+Green+Blue) = 18+27+239=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 239 (93.75% from 255 or 84.15% from 284); Max value from RGB is 239 - color contains mainly: blue. Hex color #121BEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121BEF is #EDE410. Grayscale: #2F2F2F. Windows color (decimal): -15590417 or 15670034. OLE color: 15670034.

HSL color Cylindrical-coordinate representation of color #121BEF: hue angle of 237.56º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #121BEF is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 27 239 -
CMYK 0.92 0.89 0 0.06
HSL 237.56º 0.87% 0.5% -
HSV(B) 237.56º 0.92% 0.94% -
XYZ 16.22 7.14 82.19 -
YUV 48.48 235.52 106.26 -
System Red Green Blue C M Y K H S L
Decimal 18 27 239 0.92 0.89 0 0.06 237.56 0.87 0.5
Hex 12 1B EF 5C 59 0 6 EE 57 32
Octal 22 33 357 134 131 0 6 356 127 62
Binary 10010 11011 11101111 1011100 1011001 0 110 11101110 1010111 110010

Color Harmonies of #121BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121BEF

Black with #121BEF

Text Example


Text Example

White with #121BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,27,239); }

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

background-color css

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

 a { background-color: rgb(18,27,239); }

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

border-color css

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

 span { border-color: rgb(18,27,239); }

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