Shades of Blue #0C04FD
Tints of Blue #0C04FD
RGB
CMYK
RGB Variations
Color information
#0C04FD (or 0x0C04FD) is known color: Blue. HEX triplet: 0C, 04 and FD. RGB value is (12,4,253). Sum of RGB (Red+Green+Blue) = 12+4+253=269 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.46% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 253 (99.22% from 255 or 94.05% from 269); Max value from RGB is 253 - color contains mainly: blue. Hex color #0C04FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C04FD is #F3FB02. Grayscale: #212121. Windows color (decimal): -15989507 or 16581644. OLE color: 16581644.
HSL color Cylindrical-coordinate representation of color #0C04FD: hue angle of 241.93º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C04FD is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 4 | 253 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.01 |
| HSL | 241.93º | 0.98% | 0.5% | - |
| HSV(B) | 241.93º | 0.98% | 0.99% | - |
| XYZ | 17.92 | 7.26 | 93.38 | - |
| YUV | 34.78 | 251.15 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 4 | 253 | 0.95 | 0.98 | 0 | 0.01 | 241.93 | 0.98 | 0.5 |
| Hex | C | 4 | FD | 5F | 62 | 0 | 1 | F2 | 62 | 32 |
| Octal | 14 | 4 | 375 | 137 | 142 | 0 | 1 | 362 | 142 | 62 |
| Binary | 1100 | 100 | 11111101 | 1011111 | 1100010 | 0 | 1 | 11110010 | 1100010 | 110010 |
Color Harmonies of #0C04FD
Complementary color
Monochromatic Colors of #0C04FD
Black with #0C04FD
Text Example
Text Example
White with #0C04FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C04FD; }
p { color: rgb(12,4,253); }
H1.HeaderClassName
{
color: #0C04FD;
}
.AnyTagClassName
{
color: #0C04FD;
}
</style>
background-color css
<style>
a { background-color: #0C04FD; }
a { background-color: rgb(12,4,253); }
div.DivClassName
{
background-color: #0C04FD;
}
.BgClassName
{
background-color: #0C04FD;
}
</style>
border-color css
<style>
span { border-color: #0C04FD; }
span { border-color: rgb(12,4,253); }
td.TdClassName
{
border-color: #0C04FD;
}
.TagClassName
{
border-color: #0C04FD;
}
</style>