Shades of Blue #000FEF
Tints of Blue #000FEF
RGB
CMYK
RGB Variations
Color information
#000FEF (or 0x000FEF) is known color: Blue. HEX triplet: 00, 0F and EF. RGB value is (0,15,239). Sum of RGB (Red+Green+Blue) = 0+15+239=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 239 (93.75% from 255 or 94.09% from 254); Max value from RGB is 239 - color contains mainly: blue. Hex color #000FEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000FEF is #FFF010. Grayscale: #232323. Windows color (decimal): -16773137 or 15666944. OLE color: 15666944.
HSL color Cylindrical-coordinate representation of color #000FEF: hue angle of 236.23º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000FEF is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 15 | 239 | - |
| CMYK | 1 | 0.94 | 0 | 0.06 |
| HSL | 236.23º | 1% | 0.47% | - |
| HSV(B) | 236.23º | 1% | 0.94% | - |
| XYZ | 15.75 | 6.57 | 82.1 | - |
| YUV | 36.05 | 242.53 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 239 | 1 | 0.94 | 0 | 0.06 | 236.23 | 1 | 0.47 |
| Hex | 0 | F | EF | 64 | 5E | 0 | 6 | EC | 64 | 2F |
| Octal | 0 | 17 | 357 | 144 | 136 | 0 | 6 | 354 | 144 | 57 |
| Binary | 0 | 1111 | 11101111 | 1100100 | 1011110 | 0 | 110 | 11101100 | 1100100 | 101111 |
Color Harmonies of #000FEF
Complementary color
Monochromatic Colors of #000FEF
Black with #000FEF
Text Example
Text Example
White with #000FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000FEF; }
p { color: rgb(0,15,239); }
H1.HeaderClassName
{
color: #000FEF;
}
.AnyTagClassName
{
color: #000FEF;
}
</style>
background-color css
<style>
a { background-color: #000FEF; }
a { background-color: rgb(0,15,239); }
div.DivClassName
{
background-color: #000FEF;
}
.BgClassName
{
background-color: #000FEF;
}
</style>
border-color css
<style>
span { border-color: #000FEF; }
span { border-color: rgb(0,15,239); }
td.TdClassName
{
border-color: #000FEF;
}
.TagClassName
{
border-color: #000FEF;
}
</style>