Html Css Color HEX #120CEE Blue

📋 copy color: '#120CEE'

red 18 ◦ green 12 ◦ blue 238

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

Shades of Blue #120CEE

Tints of Blue #120CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 88.81%

R = 6.72%
G = 4.48%
B = 88.81%

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

#120CEE (or 0x120CEE) is known color: Blue. HEX triplet: 12, 0C and EE. RGB value is (18,12,238). Sum of RGB (Red+Green+Blue) = 18+12+238=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 238 (93.36% from 255 or 88.81% from 268); Max value from RGB is 238 - color contains mainly: blue. Hex color #120CEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120CEE is #EDF311. Grayscale: #262626. Windows color (decimal): -15594258 or 15600658. OLE color: 15600658.

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

Color convert

RGB 18 12 238 -
CMYK 0.92 0.95 0 0.07
HSL 241.59º 0.9% 0.49% -
HSV(B) 241.59º 0.95% 0.93% -
XYZ 15.81 6.56 81.32 -
YUV 39.56 239.99 112.62 -
System Red Green Blue C M Y K H S L
Decimal 18 12 238 0.92 0.95 0 0.07 241.59 0.9 0.49
Hex 12 C EE 5C 5F 0 7 F2 5A 31
Octal 22 14 356 134 137 0 7 362 132 61
Binary 10010 1100 11101110 1011100 1011111 0 111 11110010 1011010 110001

Color Harmonies of #120CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120CEE

Black with #120CEE

Text Example


Text Example

White with #120CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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