Shades of Blue #0C2CEF
Tints of Blue #0C2CEF
RGB
CMYK
RGB Variations
Color information
#0C2CEF (or 0x0C2CEF) is known color: Blue. HEX triplet: 0C, 2C and EF. RGB value is (12,44,239). Sum of RGB (Red+Green+Blue) = 12+44+239=295 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.07% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 239 (93.75% from 255 or 81.02% from 295); Max value from RGB is 239 - color contains mainly: blue. Hex color #0C2CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C2CEF is #F3D310. Grayscale: #373737. Windows color (decimal): -15979281 or 15674380. OLE color: 15674380.
HSL color Cylindrical-coordinate representation of color #0C2CEF: hue angle of 231.54º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C2CEF is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 44 | 239 | - |
| CMYK | 0.95 | 0.82 | 0 | 0.06 |
| HSL | 231.54º | 0.9% | 0.49% | - |
| HSV(B) | 231.54º | 0.95% | 0.94% | - |
| XYZ | 16.63 | 8.11 | 82.35 | - |
| YUV | 56.66 | 230.9 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 44 | 239 | 0.95 | 0.82 | 0 | 0.06 | 231.54 | 0.9 | 0.49 |
| Hex | C | 2C | EF | 5F | 52 | 0 | 6 | E8 | 5A | 31 |
| Octal | 14 | 54 | 357 | 137 | 122 | 0 | 6 | 350 | 132 | 61 |
| Binary | 1100 | 101100 | 11101111 | 1011111 | 1010010 | 0 | 110 | 11101000 | 1011010 | 110001 |
Color Harmonies of #0C2CEF
Complementary color
Monochromatic Colors of #0C2CEF
Black with #0C2CEF
Text Example
Text Example
White with #0C2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2CEF; }
p { color: rgb(12,44,239); }
H1.HeaderClassName
{
color: #0C2CEF;
}
.AnyTagClassName
{
color: #0C2CEF;
}
</style>
background-color css
<style>
a { background-color: #0C2CEF; }
a { background-color: rgb(12,44,239); }
div.DivClassName
{
background-color: #0C2CEF;
}
.BgClassName
{
background-color: #0C2CEF;
}
</style>
border-color css
<style>
span { border-color: #0C2CEF; }
span { border-color: rgb(12,44,239); }
td.TdClassName
{
border-color: #0C2CEF;
}
.TagClassName
{
border-color: #0C2CEF;
}
</style>