Html Css Color HEX #121FEC Blue

📋 copy color: '#121FEC'

red 18 ◦ green 31 ◦ blue 236

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

Shades of Blue #121FEC

Tints of Blue #121FEC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.88%

 BLUE value IS 236 (92.58% from 255) = 82.81%

R = 6.32%
G = 10.88%
B = 82.81%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#121FEC (or 0x121FEC) is known color: Blue. HEX triplet: 12, 1F and EC. RGB value is (18,31,236). Sum of RGB (Red+Green+Blue) = 18+31+236=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 236 (92.58% from 255 or 82.81% from 285); Max value from RGB is 236 - color contains mainly: blue. Hex color #121FEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121FEC is #EDE013. Grayscale: #313131. Windows color (decimal): -15589396 or 15474450. OLE color: 15474450.

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

Color convert

RGB 18 31 236 -
CMYK 0.92 0.87 0 0.07
HSL 236.42º 0.86% 0.5% -
HSV(B) 236.42º 0.92% 0.93% -
XYZ 15.88 7.16 79.9 -
YUV 50.48 232.69 104.83 -
System Red Green Blue C M Y K H S L
Decimal 18 31 236 0.92 0.87 0 0.07 236.42 0.86 0.5
Hex 12 1F EC 5C 57 0 7 EC 56 32
Octal 22 37 354 134 127 0 7 354 126 62
Binary 10010 11111 11101100 1011100 1010111 0 111 11101100 1010110 110010

Color Harmonies of #121FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121FEC

Black with #121FEC

Text Example


Text Example

White with #121FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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