Shades of Blue #000CFE
Tints of Blue #000CFE
RGB
CMYK
RGB Variations
Color information
#000CFE (or 0x000CFE) is known color: Blue. HEX triplet: 00, 0C and FE. RGB value is (0,12,254). Sum of RGB (Red+Green+Blue) = 0+12+254=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 254 (99.61% from 255 or 95.49% from 266); Max value from RGB is 254 - color contains mainly: blue. Hex color #000CFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000CFE is #FFF301. Grayscale: #232323. Windows color (decimal): -16773890 or 16649216. OLE color: 16649216.
HSL color Cylindrical-coordinate representation of color #000CFE: hue angle of 237.17º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000CFE is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 12 | 254 | - |
| CMYK | 1 | 0.95 | 0 | 0.00 |
| HSL | 237.17º | 1% | 0.5% | - |
| HSV(B) | 237.17º | 1% | 1% | - |
| XYZ | 18.02 | 7.42 | 94.25 | - |
| YUV | 36 | 251.02 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 254 | 1 | 0.95 | 0 | 0.00 | 237.17 | 1 | 0.5 |
| Hex | 0 | C | FE | 64 | 5F | 0 | 0 | ED | 64 | 32 |
| Octal | 0 | 14 | 376 | 144 | 137 | 0 | 0 | 355 | 144 | 62 |
| Binary | 0 | 1100 | 11111110 | 1100100 | 1011111 | 0 | 0 | 11101101 | 1100100 | 110010 |
Color Harmonies of #000CFE
Complementary color
Monochromatic Colors of #000CFE
Black with #000CFE
Text Example
Text Example
White with #000CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000CFE; }
p { color: rgb(0,12,254); }
H1.HeaderClassName
{
color: #000CFE;
}
.AnyTagClassName
{
color: #000CFE;
}
</style>
background-color css
<style>
a { background-color: #000CFE; }
a { background-color: rgb(0,12,254); }
div.DivClassName
{
background-color: #000CFE;
}
.BgClassName
{
background-color: #000CFE;
}
</style>
border-color css
<style>
span { border-color: #000CFE; }
span { border-color: rgb(0,12,254); }
td.TdClassName
{
border-color: #000CFE;
}
.TagClassName
{
border-color: #000CFE;
}
</style>