Shades of Blue #0C08EB
Tints of Blue #0C08EB
RGB
CMYK
RGB Variations
Color information
#0C08EB (or 0x0C08EB) is known color: Blue. HEX triplet: 0C, 08 and EB. RGB value is (12,8,235). Sum of RGB (Red+Green+Blue) = 12+8+235=255 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.71% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 235 (92.19% from 255 or 92.16% from 255); Max value from RGB is 235 - color contains mainly: blue. Hex color #0C08EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C08EB is #F3F714. Grayscale: #222222. Windows color (decimal): -15988501 or 15403020. OLE color: 15403020.
HSL color Cylindrical-coordinate representation of color #0C08EB: hue angle of 241.06º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C08EB is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 8 | 235 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.08 |
| HSL | 241.06º | 0.93% | 0.48% | - |
| HSV(B) | 241.06º | 0.97% | 0.92% | - |
| XYZ | 15.23 | 6.25 | 79 | - |
| YUV | 35.07 | 240.83 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 8 | 235 | 0.95 | 0.97 | 0 | 0.08 | 241.06 | 0.93 | 0.48 |
| Hex | C | 8 | EB | 5F | 61 | 0 | 8 | F1 | 5D | 30 |
| Octal | 14 | 10 | 353 | 137 | 141 | 0 | 10 | 361 | 135 | 60 |
| Binary | 1100 | 1000 | 11101011 | 1011111 | 1100001 | 0 | 1000 | 11110001 | 1011101 | 110000 |
Color Harmonies of #0C08EB
Complementary color
Monochromatic Colors of #0C08EB
Black with #0C08EB
Text Example
Text Example
White with #0C08EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C08EB; }
p { color: rgb(12,8,235); }
H1.HeaderClassName
{
color: #0C08EB;
}
.AnyTagClassName
{
color: #0C08EB;
}
</style>
background-color css
<style>
a { background-color: #0C08EB; }
a { background-color: rgb(12,8,235); }
div.DivClassName
{
background-color: #0C08EB;
}
.BgClassName
{
background-color: #0C08EB;
}
</style>
border-color css
<style>
span { border-color: #0C08EB; }
span { border-color: rgb(12,8,235); }
td.TdClassName
{
border-color: #0C08EB;
}
.TagClassName
{
border-color: #0C08EB;
}
</style>