Shades of Blue #0C2EFF
Tints of Blue #0C2EFF
RGB
CMYK
RGB Variations
Color information
#0C2EFF (or 0x0C2EFF) is known color: Blue. HEX triplet: 0C, 2E and FF. RGB value is (12,46,255). Sum of RGB (Red+Green+Blue) = 12+46+255=313 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.83% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 255 (100% from 255 or 81.47% from 313); Max value from RGB is 255 - color contains mainly: blue. Hex color #0C2EFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C2EFF is #F3D100. Grayscale: #3A3A3A. Windows color (decimal): -15978753 or 16723468. OLE color: 16723468.
HSL color Cylindrical-coordinate representation of color #0C2EFF: hue angle of 231.6º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C2EFF is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 46 | 255 | - |
| CMYK | 0.95 | 0.82 | 0 | 0 |
| HSL | 231.6º | 1% | 0.52% | - |
| HSV(B) | 231.6º | 0.95% | 1% | - |
| XYZ | 19.18 | 9.25 | 95.38 | - |
| YUV | 59.66 | 238.24 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 46 | 255 | 0.95 | 0.82 | 0 | 0 | 231.6 | 1 | 0.52 |
| Hex | C | 2E | FF | 5F | 52 | 0 | 0 | E8 | 64 | 34 |
| Octal | 14 | 56 | 377 | 137 | 122 | 0 | 0 | 350 | 144 | 64 |
| Binary | 1100 | 101110 | 11111111 | 1011111 | 1010010 | 0 | 0 | 11101000 | 1100100 | 110100 |
Color Harmonies of #0C2EFF
Complementary color
Monochromatic Colors of #0C2EFF
Black with #0C2EFF
Text Example
Text Example
White with #0C2EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2EFF; }
p { color: rgb(12,46,255); }
H1.HeaderClassName
{
color: #0C2EFF;
}
.AnyTagClassName
{
color: #0C2EFF;
}
</style>
background-color css
<style>
a { background-color: #0C2EFF; }
a { background-color: rgb(12,46,255); }
div.DivClassName
{
background-color: #0C2EFF;
}
.BgClassName
{
background-color: #0C2EFF;
}
</style>
border-color css
<style>
span { border-color: #0C2EFF; }
span { border-color: rgb(12,46,255); }
td.TdClassName
{
border-color: #0C2EFF;
}
.TagClassName
{
border-color: #0C2EFF;
}
</style>