Shades of Blue #0C08E8
Tints of Blue #0C08E8
RGB
CMYK
RGB Variations
Color information
#0C08E8 (or 0x0C08E8) is known color: Blue. HEX triplet: 0C, 08 and E8. RGB value is (12,8,232). Sum of RGB (Red+Green+Blue) = 12+8+232=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 232 (91.02% from 255 or 92.06% from 252); Max value from RGB is 232 - color contains mainly: blue. Hex color #0C08E8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C08E8 is #F3F717. Grayscale: #212121. Windows color (decimal): -15988504 or 15206412. OLE color: 15206412.
HSL color Cylindrical-coordinate representation of color #0C08E8: hue angle of 241.07º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C08E8 is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 12 | 8 | 232 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.09 |
| HSL | 241.07º | 0.93% | 0.47% | - |
| HSV(B) | 241.07º | 0.97% | 0.91% | - |
| XYZ | 14.8 | 6.08 | 76.74 | - |
| YUV | 34.73 | 239.33 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 8 | 232 | 0.95 | 0.97 | 0 | 0.09 | 241.07 | 0.93 | 0.47 |
| Hex | C | 8 | E8 | 5F | 61 | 0 | 9 | F1 | 5D | 2F |
| Octal | 14 | 10 | 350 | 137 | 141 | 0 | 11 | 361 | 135 | 57 |
| Binary | 1100 | 1000 | 11101000 | 1011111 | 1100001 | 0 | 1001 | 11110001 | 1011101 | 101111 |
Color Harmonies of #0C08E8
Complementary color
Monochromatic Colors of #0C08E8
Black with #0C08E8
Text Example
Text Example
White with #0C08E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C08E8; }
p { color: rgb(12,8,232); }
H1.HeaderClassName
{
color: #0C08E8;
}
.AnyTagClassName
{
color: #0C08E8;
}
</style>
background-color css
<style>
a { background-color: #0C08E8; }
a { background-color: rgb(12,8,232); }
div.DivClassName
{
background-color: #0C08E8;
}
.BgClassName
{
background-color: #0C08E8;
}
</style>
border-color css
<style>
span { border-color: #0C08E8; }
span { border-color: rgb(12,8,232); }
td.TdClassName
{
border-color: #0C08E8;
}
.TagClassName
{
border-color: #0C08E8;
}
</style>