#120CE8

Color #120CE8 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #120CE8

Tints of Blue #120CE8

Color information

#120CE8 (or 0x120CE8) is unknown color: approx Blue. HEX triplet: 12, 0C and E8. RGB value is (18,12,232). Sum of RGB (Red+Green+Blue) = 18+12+232=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 232 (91.02% from 255 or 88.55% from 262); Max value from RGB is 232 - color contains mainly: blue. Hex color #120CE8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120CE8 is #EDF317. Grayscale: #262626. Windows color (decimal): -15594264 or 15207442. OLE color: 15207442.

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

Color convert

RGB1812232-
CMYK0.920.9500.09
HSL241.64º90.16%47.84%-
HSV(B)241.64º94.83%90.98%-
XYZ14.956.2276.76-
YUV38.87236.99113.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.87%
GREEN value IS 12 (5.08% from 255) = 4.58%
BLUE value IS 232 (91.02% from 255) = 88.55%
R=6.87%
G=4.58%
B=88.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal18122320.920.9500.09241.6490.1647.84
Hex12CE85C5F09f25a30
Octal221435013413701136213260
Binary100101100111010001011100101111101001111100101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #120CE8;
 }
 .AnyTagClassName
 {
   color: #120CE8;
 }
</style>
background-color css

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

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

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

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

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

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