Html Css Color HEX #120CEC Blue

📋 copy color: '#120CEC'

red 18 ◦ green 12 ◦ blue 236

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

Shades of Blue #120CEC

Tints of Blue #120CEC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.51%

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

R = 6.77%
G = 4.51%
B = 88.72%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#120CEC (or 0x120CEC) is known color: Blue. HEX triplet: 12, 0C and EC. RGB value is (18,12,236). Sum of RGB (Red+Green+Blue) = 18+12+236=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 236 (92.58% from 255 or 88.72% from 266); Max value from RGB is 236 - color contains mainly: blue. Hex color #120CEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120CEC is #EDF313. Grayscale: #262626. Windows color (decimal): -15594260 or 15469586. OLE color: 15469586.

HSL color Cylindrical-coordinate representation of color #120CEC: hue angle of 241.61º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120CEC is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 12 236 -
CMYK 0.92 0.95 0 0.07
HSL 241.61º 0.9% 0.49% -
HSV(B) 241.61º 0.95% 0.93% -
XYZ 15.52 6.45 79.78 -
YUV 39.33 238.99 112.79 -
System Red Green Blue C M Y K H S L
Decimal 18 12 236 0.92 0.95 0 0.07 241.61 0.9 0.49
Hex 12 C EC 5C 5F 0 7 F2 5A 31
Octal 22 14 354 134 137 0 7 362 132 61
Binary 10010 1100 11101100 1011100 1011111 0 111 11110010 1011010 110001

Color Harmonies of #120CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120CEC

Black with #120CEC

Text Example


Text Example

White with #120CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120CEC; }

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

 H1.HeaderClassName
 {
   color: #120CEC;
 }
 .AnyTagClassName
 {
   color: #120CEC;
 }
</style>

background-color css

<style>
 a { background-color: #120CEC; }

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

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

border-color css

<style>
 span { border-color: #120CEC; }

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

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