Shades of Blue #000FED
Tints of Blue #000FED
RGB
CMYK
RGB Variations
Color information
#000FED (or 0x000FED) is known color: Blue. HEX triplet: 00, 0F and ED. RGB value is (0,15,237). Sum of RGB (Red+Green+Blue) = 0+15+237=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 237 (92.97% from 255 or 94.05% from 252); Max value from RGB is 237 - color contains mainly: blue. Hex color #000FED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000FED is #FFF012. Grayscale: #222222. Windows color (decimal): -16773139 or 15535872. OLE color: 15535872.
HSL color Cylindrical-coordinate representation of color #000FED: hue angle of 236.2º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000FED is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 15 | 237 | - |
| CMYK | 1 | 0.94 | 0 | 0.07 |
| HSL | 236.2º | 1% | 0.46% | - |
| HSV(B) | 236.2º | 1% | 0.93% | - |
| XYZ | 15.46 | 6.46 | 80.55 | - |
| YUV | 35.82 | 241.53 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 237 | 1 | 0.94 | 0 | 0.07 | 236.2 | 1 | 0.46 |
| Hex | 0 | F | ED | 64 | 5E | 0 | 7 | EC | 64 | 2E |
| Octal | 0 | 17 | 355 | 144 | 136 | 0 | 7 | 354 | 144 | 56 |
| Binary | 0 | 1111 | 11101101 | 1100100 | 1011110 | 0 | 111 | 11101100 | 1100100 | 101110 |
Color Harmonies of #000FED
Complementary color
Monochromatic Colors of #000FED
Black with #000FED
Text Example
Text Example
White with #000FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000FED; }
p { color: rgb(0,15,237); }
H1.HeaderClassName
{
color: #000FED;
}
.AnyTagClassName
{
color: #000FED;
}
</style>
background-color css
<style>
a { background-color: #000FED; }
a { background-color: rgb(0,15,237); }
div.DivClassName
{
background-color: #000FED;
}
.BgClassName
{
background-color: #000FED;
}
</style>
border-color css
<style>
span { border-color: #000FED; }
span { border-color: rgb(0,15,237); }
td.TdClassName
{
border-color: #000FED;
}
.TagClassName
{
border-color: #000FED;
}
</style>