Shades of Blue #120CE8
Tints of Blue #120CE8
RGB
CMYK
RGB Variations
Color information
#120CE8 (or 0x120CE8) is known color: 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
| RGB | 18 | 12 | 232 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.09 |
| HSL | 241.64º | 0.9% | 0.48% | - |
| HSV(B) | 241.64º | 0.95% | 0.91% | - |
| XYZ | 14.95 | 6.22 | 76.76 | - |
| YUV | 38.87 | 236.99 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 12 | 232 | 0.92 | 0.95 | 0 | 0.09 | 241.64 | 0.9 | 0.48 |
| Hex | 12 | C | E8 | 5C | 5F | 0 | 9 | F2 | 5A | 30 |
| Octal | 22 | 14 | 350 | 134 | 137 | 0 | 11 | 362 | 132 | 60 |
| Binary | 10010 | 1100 | 11101000 | 1011100 | 1011111 | 0 | 1001 | 11110010 | 1011010 | 110000 |
Color Harmonies of #120CE8
Complementary color
Monochromatic Colors of #120CE8
Black with #120CE8
Text Example
Text Example
White with #120CE8
Text Example
Text Example
HTML Codes & Css Web 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>