Shades of Blue #0C07FA
Tints of Blue #0C07FA
RGB
CMYK
RGB Variations
Color information
#0C07FA (or 0x0C07FA) is known color: Blue. HEX triplet: 0C, 07 and FA. RGB value is (12,7,250). Sum of RGB (Red+Green+Blue) = 12+7+250=269 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.46% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 250 (98.05% from 255 or 92.94% from 269); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C07FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C07FA is #F3F805. Grayscale: #232323. Windows color (decimal): -15988742 or 16385804. OLE color: 16385804.
HSL color Cylindrical-coordinate representation of color #0C07FA: hue angle of 241.23º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C07FA is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 7 | 250 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.02 |
| HSL | 241.23º | 0.96% | 0.5% | - |
| HSV(B) | 241.23º | 0.97% | 0.98% | - |
| XYZ | 17.48 | 7.13 | 90.9 | - |
| YUV | 36.2 | 248.66 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 7 | 250 | 0.95 | 0.97 | 0 | 0.02 | 241.23 | 0.96 | 0.5 |
| Hex | C | 7 | FA | 5F | 61 | 0 | 2 | F1 | 60 | 32 |
| Octal | 14 | 7 | 372 | 137 | 141 | 0 | 2 | 361 | 140 | 62 |
| Binary | 1100 | 111 | 11111010 | 1011111 | 1100001 | 0 | 10 | 11110001 | 1100000 | 110010 |
Color Harmonies of #0C07FA
Complementary color
Monochromatic Colors of #0C07FA
Black with #0C07FA
Text Example
Text Example
White with #0C07FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C07FA; }
p { color: rgb(12,7,250); }
H1.HeaderClassName
{
color: #0C07FA;
}
.AnyTagClassName
{
color: #0C07FA;
}
</style>
background-color css
<style>
a { background-color: #0C07FA; }
a { background-color: rgb(12,7,250); }
div.DivClassName
{
background-color: #0C07FA;
}
.BgClassName
{
background-color: #0C07FA;
}
</style>
border-color css
<style>
span { border-color: #0C07FA; }
span { border-color: rgb(12,7,250); }
td.TdClassName
{
border-color: #0C07FA;
}
.TagClassName
{
border-color: #0C07FA;
}
</style>