Shades of Blue #0C2BFE
Tints of Blue #0C2BFE
RGB
CMYK
RGB Variations
Color information
#0C2BFE (or 0x0C2BFE) is known color: Blue. HEX triplet: 0C, 2B and FE. RGB value is (12,43,254). Sum of RGB (Red+Green+Blue) = 12+43+254=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 254 (99.61% from 255 or 82.20% from 309); Max value from RGB is 254 - color contains mainly: blue. Hex color #0C2BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C2BFE is #F3D401. Grayscale: #383838. Windows color (decimal): -15979522 or 16657164. OLE color: 16657164.
HSL color Cylindrical-coordinate representation of color #0C2BFE: hue angle of 232.31º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C2BFE is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 43 | 254 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.00 |
| HSL | 232.31º | 0.99% | 0.52% | - |
| HSV(B) | 232.31º | 0.95% | 1% | - |
| XYZ | 18.9 | 8.96 | 94.5 | - |
| YUV | 57.79 | 238.73 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 43 | 254 | 0.95 | 0.83 | 0 | 0.00 | 232.31 | 0.99 | 0.52 |
| Hex | C | 2B | FE | 5F | 53 | 0 | 0 | E8 | 63 | 34 |
| Octal | 14 | 53 | 376 | 137 | 123 | 0 | 0 | 350 | 143 | 64 |
| Binary | 1100 | 101011 | 11111110 | 1011111 | 1010011 | 0 | 0 | 11101000 | 1100011 | 110100 |
Color Harmonies of #0C2BFE
Complementary color
Monochromatic Colors of #0C2BFE
Black with #0C2BFE
Text Example
Text Example
White with #0C2BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2BFE; }
p { color: rgb(12,43,254); }
H1.HeaderClassName
{
color: #0C2BFE;
}
.AnyTagClassName
{
color: #0C2BFE;
}
</style>
background-color css
<style>
a { background-color: #0C2BFE; }
a { background-color: rgb(12,43,254); }
div.DivClassName
{
background-color: #0C2BFE;
}
.BgClassName
{
background-color: #0C2BFE;
}
</style>
border-color css
<style>
span { border-color: #0C2BFE; }
span { border-color: rgb(12,43,254); }
td.TdClassName
{
border-color: #0C2BFE;
}
.TagClassName
{
border-color: #0C2BFE;
}
</style>