Shades of Blue #0C28FC
Tints of Blue #0C28FC
RGB
CMYK
RGB Variations
Color information
#0C28FC (or 0x0C28FC) is known color: Blue. HEX triplet: 0C, 28 and FC. RGB value is (12,40,252). Sum of RGB (Red+Green+Blue) = 12+40+252=304 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.95% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 252 (98.83% from 255 or 82.89% from 304); Max value from RGB is 252 - color contains mainly: blue. Hex color #0C28FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C28FC is #F3D703. Grayscale: #363636. Windows color (decimal): -15980292 or 16525324. OLE color: 16525324.
HSL color Cylindrical-coordinate representation of color #0C28FC: hue angle of 233º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C28FC is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 40 | 252 | - |
| CMYK | 0.95 | 0.84 | 0 | 0.01 |
| HSL | 233º | 0.98% | 0.52% | - |
| HSV(B) | 233º | 0.95% | 0.99% | - |
| XYZ | 18.48 | 8.62 | 92.79 | - |
| YUV | 55.8 | 238.72 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 40 | 252 | 0.95 | 0.84 | 0 | 0.01 | 233 | 0.98 | 0.52 |
| Hex | C | 28 | FC | 5F | 54 | 0 | 1 | E9 | 62 | 34 |
| Octal | 14 | 50 | 374 | 137 | 124 | 0 | 1 | 351 | 142 | 64 |
| Binary | 1100 | 101000 | 11111100 | 1011111 | 1010100 | 0 | 1 | 11101001 | 1100010 | 110100 |
Color Harmonies of #0C28FC
Complementary color
Monochromatic Colors of #0C28FC
Black with #0C28FC
Text Example
Text Example
White with #0C28FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C28FC; }
p { color: rgb(12,40,252); }
H1.HeaderClassName
{
color: #0C28FC;
}
.AnyTagClassName
{
color: #0C28FC;
}
</style>
background-color css
<style>
a { background-color: #0C28FC; }
a { background-color: rgb(12,40,252); }
div.DivClassName
{
background-color: #0C28FC;
}
.BgClassName
{
background-color: #0C28FC;
}
</style>
border-color css
<style>
span { border-color: #0C28FC; }
span { border-color: rgb(12,40,252); }
td.TdClassName
{
border-color: #0C28FC;
}
.TagClassName
{
border-color: #0C28FC;
}
</style>