Html Css Color HEX #121EEC Blue

📋 copy color: '#121EEC'

red 18 ◦ green 30 ◦ blue 236

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

Shades of Blue #121EEC

Tints of Blue #121EEC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.56%

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

R = 6.34%
G = 10.56%
B = 83.1%

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

#121EEC (or 0x121EEC) is known color: Blue. HEX triplet: 12, 1E and EC. RGB value is (18,30,236). Sum of RGB (Red+Green+Blue) = 18+30+236=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 236 (92.58% from 255 or 83.10% from 284); Max value from RGB is 236 - color contains mainly: blue. Hex color #121EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121EEC is #EDE113. Grayscale: #313131. Windows color (decimal): -15589652 or 15474194. OLE color: 15474194.

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

Color convert

RGB 18 30 236 -
CMYK 0.92 0.87 0 0.07
HSL 236.7º 0.86% 0.5% -
HSV(B) 236.7º 0.92% 0.93% -
XYZ 15.85 7.11 79.89 -
YUV 49.9 233.02 105.25 -
System Red Green Blue C M Y K H S L
Decimal 18 30 236 0.92 0.87 0 0.07 236.7 0.86 0.5
Hex 12 1E EC 5C 57 0 7 ED 56 32
Octal 22 36 354 134 127 0 7 355 126 62
Binary 10010 11110 11101100 1011100 1010111 0 111 11101101 1010110 110010

Color Harmonies of #121EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121EEC

Black with #121EEC

Text Example


Text Example

White with #121EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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