Shades of Blue #0C3CFC
Tints of Blue #0C3CFC
RGB
CMYK
RGB Variations
Color information
#0C3CFC (or 0x0C3CFC) is known color: Blue. HEX triplet: 0C, 3C and FC. RGB value is (12,60,252). Sum of RGB (Red+Green+Blue) = 12+60+252=324 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.70% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 252 (98.83% from 255 or 77.78% from 324); Max value from RGB is 252 - color contains mainly: blue. Hex color #0C3CFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C3CFC is #F3C303. Grayscale: #424242. Windows color (decimal): -15975172 or 16530444. OLE color: 16530444.
HSL color Cylindrical-coordinate representation of color #0C3CFC: hue angle of 228º 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 #0C3CFC is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 60 | 252 | - |
| CMYK | 0.95 | 0.76 | 0 | 0.01 |
| HSL | 228º | 0.98% | 0.52% | - |
| HSV(B) | 228º | 0.95% | 0.99% | - |
| XYZ | 19.34 | 10.34 | 93.07 | - |
| YUV | 67.54 | 232.1 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 60 | 252 | 0.95 | 0.76 | 0 | 0.01 | 228 | 0.98 | 0.52 |
| Hex | C | 3C | FC | 5F | 4C | 0 | 1 | E4 | 62 | 34 |
| Octal | 14 | 74 | 374 | 137 | 114 | 0 | 1 | 344 | 142 | 64 |
| Binary | 1100 | 111100 | 11111100 | 1011111 | 1001100 | 0 | 1 | 11100100 | 1100010 | 110100 |
Color Harmonies of #0C3CFC
Complementary color
Monochromatic Colors of #0C3CFC
Black with #0C3CFC
Text Example
Text Example
White with #0C3CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3CFC; }
p { color: rgb(12,60,252); }
H1.HeaderClassName
{
color: #0C3CFC;
}
.AnyTagClassName
{
color: #0C3CFC;
}
</style>
background-color css
<style>
a { background-color: #0C3CFC; }
a { background-color: rgb(12,60,252); }
div.DivClassName
{
background-color: #0C3CFC;
}
.BgClassName
{
background-color: #0C3CFC;
}
</style>
border-color css
<style>
span { border-color: #0C3CFC; }
span { border-color: rgb(12,60,252); }
td.TdClassName
{
border-color: #0C3CFC;
}
.TagClassName
{
border-color: #0C3CFC;
}
</style>