Shades of Blue #0010EF
Tints of Blue #0010EF
RGB
CMYK
RGB Variations
Color information
#0010EF (or 0x0010EF) is known color: Blue. HEX triplet: 00, 10 and EF. RGB value is (0,16,239). Sum of RGB (Red+Green+Blue) = 0+16+239=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 239 (93.75% from 255 or 93.73% from 255); Max value from RGB is 239 - color contains mainly: blue. Hex color #0010EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0010EF is #FFEF10. Grayscale: #232323. Windows color (decimal): -16772881 or 15667200. OLE color: 15667200.
HSL color Cylindrical-coordinate representation of color #0010EF: hue angle of 235.98º 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 #0010EF is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 16 | 239 | - |
| CMYK | 1 | 0.93 | 0 | 0.06 |
| HSL | 235.98º | 1% | 0.47% | - |
| HSV(B) | 235.98º | 1% | 0.94% | - |
| XYZ | 15.77 | 6.6 | 82.1 | - |
| YUV | 36.64 | 242.2 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 239 | 1 | 0.93 | 0 | 0.06 | 235.98 | 1 | 0.47 |
| Hex | 0 | 10 | EF | 64 | 5D | 0 | 6 | EC | 64 | 2F |
| Octal | 0 | 20 | 357 | 144 | 135 | 0 | 6 | 354 | 144 | 57 |
| Binary | 0 | 10000 | 11101111 | 1100100 | 1011101 | 0 | 110 | 11101100 | 1100100 | 101111 |
Color Harmonies of #0010EF
Complementary color
Monochromatic Colors of #0010EF
Black with #0010EF
Text Example
Text Example
White with #0010EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0010EF; }
p { color: rgb(0,16,239); }
H1.HeaderClassName
{
color: #0010EF;
}
.AnyTagClassName
{
color: #0010EF;
}
</style>
background-color css
<style>
a { background-color: #0010EF; }
a { background-color: rgb(0,16,239); }
div.DivClassName
{
background-color: #0010EF;
}
.BgClassName
{
background-color: #0010EF;
}
</style>
border-color css
<style>
span { border-color: #0010EF; }
span { border-color: rgb(0,16,239); }
td.TdClassName
{
border-color: #0010EF;
}
.TagClassName
{
border-color: #0010EF;
}
</style>