Shades of Blue #0C2BFB
Tints of Blue #0C2BFB
RGB
CMYK
RGB Variations
Color information
#0C2BFB (or 0x0C2BFB) is known color: Blue. HEX triplet: 0C, 2B and FB. RGB value is (12,43,251). Sum of RGB (Red+Green+Blue) = 12+43+251=306 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.92% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 251 (98.44% from 255 or 82.03% from 306); Max value from RGB is 251 - color contains mainly: blue. Hex color #0C2BFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C2BFB is #F3D404. Grayscale: #383838. Windows color (decimal): -15979525 or 16460556. OLE color: 16460556.
HSL color Cylindrical-coordinate representation of color #0C2BFB: hue angle of 232.22º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C2BFB is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 43 | 251 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.02 |
| HSL | 232.22º | 0.97% | 0.52% | - |
| HSV(B) | 232.22º | 0.95% | 0.98% | - |
| XYZ | 18.43 | 8.77 | 91.99 | - |
| YUV | 57.44 | 237.23 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 43 | 251 | 0.95 | 0.83 | 0 | 0.02 | 232.22 | 0.97 | 0.52 |
| Hex | C | 2B | FB | 5F | 53 | 0 | 2 | E8 | 61 | 34 |
| Octal | 14 | 53 | 373 | 137 | 123 | 0 | 2 | 350 | 141 | 64 |
| Binary | 1100 | 101011 | 11111011 | 1011111 | 1010011 | 0 | 10 | 11101000 | 1100001 | 110100 |
Color Harmonies of #0C2BFB
Complementary color
Monochromatic Colors of #0C2BFB
Black with #0C2BFB
Text Example
Text Example
White with #0C2BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2BFB; }
p { color: rgb(12,43,251); }
H1.HeaderClassName
{
color: #0C2BFB;
}
.AnyTagClassName
{
color: #0C2BFB;
}
</style>
background-color css
<style>
a { background-color: #0C2BFB; }
a { background-color: rgb(12,43,251); }
div.DivClassName
{
background-color: #0C2BFB;
}
.BgClassName
{
background-color: #0C2BFB;
}
</style>
border-color css
<style>
span { border-color: #0C2BFB; }
span { border-color: rgb(12,43,251); }
td.TdClassName
{
border-color: #0C2BFB;
}
.TagClassName
{
border-color: #0C2BFB;
}
</style>