Shades of Blue #000CFA
Tints of Blue #000CFA
RGB
CMYK
RGB Variations
Color information
#000CFA (or 0x000CFA) is known color: Blue. HEX triplet: 00, 0C and FA. RGB value is (0,12,250). Sum of RGB (Red+Green+Blue) = 0+12+250=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 250 (98.05% from 255 or 95.42% from 262); Max value from RGB is 250 - color contains mainly: blue. Hex color #000CFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000CFA is #FFF305. Grayscale: #222222. Windows color (decimal): -16773894 or 16387072. OLE color: 16387072.
HSL color Cylindrical-coordinate representation of color #000CFA: hue angle of 237.12º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000CFA is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 12 | 250 | - |
| CMYK | 1 | 0.95 | 0 | 0.02 |
| HSL | 237.12º | 1% | 0.49% | - |
| HSV(B) | 237.12º | 1% | 0.98% | - |
| XYZ | 17.39 | 7.17 | 90.91 | - |
| YUV | 35.54 | 249.02 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 250 | 1 | 0.95 | 0 | 0.02 | 237.12 | 1 | 0.49 |
| Hex | 0 | C | FA | 64 | 5F | 0 | 2 | ED | 64 | 31 |
| Octal | 0 | 14 | 372 | 144 | 137 | 0 | 2 | 355 | 144 | 61 |
| Binary | 0 | 1100 | 11111010 | 1100100 | 1011111 | 0 | 10 | 11101101 | 1100100 | 110001 |
Color Harmonies of #000CFA
Complementary color
Monochromatic Colors of #000CFA
Black with #000CFA
Text Example
Text Example
White with #000CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000CFA; }
p { color: rgb(0,12,250); }
H1.HeaderClassName
{
color: #000CFA;
}
.AnyTagClassName
{
color: #000CFA;
}
</style>
background-color css
<style>
a { background-color: #000CFA; }
a { background-color: rgb(0,12,250); }
div.DivClassName
{
background-color: #000CFA;
}
.BgClassName
{
background-color: #000CFA;
}
</style>
border-color css
<style>
span { border-color: #000CFA; }
span { border-color: rgb(0,12,250); }
td.TdClassName
{
border-color: #000CFA;
}
.TagClassName
{
border-color: #000CFA;
}
</style>