Shades of Blue #0017FF
Tints of Blue #0017FF
RGB
CMYK
RGB Variations
Color information
#0017FF (or 0x0017FF) is known color: Blue. HEX triplet: 00, 17 and FF. RGB value is (0,23,255). Sum of RGB (Red+Green+Blue) = 0+23+255=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 255 (100% from 255 or 91.73% from 278); Max value from RGB is 255 - color contains mainly: blue. Hex color #0017FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0017FF is #FFE800. Grayscale: #292929. Windows color (decimal): -16771073 or 16717568. OLE color: 16717568.
HSL color Cylindrical-coordinate representation of color #0017FF: hue angle of 234.59º 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 #0017FF is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 23 | 255 | - |
| CMYK | 1 | 0.91 | 0 | 0 |
| HSL | 234.59º | 1% | 0.5% | - |
| HSV(B) | 234.59º | 1% | 1% | - |
| XYZ | 18.36 | 7.83 | 95.15 | - |
| YUV | 42.57 | 247.88 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 255 | 1 | 0.91 | 0 | 0 | 234.59 | 1 | 0.5 |
| Hex | 0 | 17 | FF | 64 | 5B | 0 | 0 | EB | 64 | 32 |
| Octal | 0 | 27 | 377 | 144 | 133 | 0 | 0 | 353 | 144 | 62 |
| Binary | 0 | 10111 | 11111111 | 1100100 | 1011011 | 0 | 0 | 11101011 | 1100100 | 110010 |
Color Harmonies of #0017FF
Complementary color
Monochromatic Colors of #0017FF
Black with #0017FF
Text Example
Text Example
White with #0017FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0017FF; }
p { color: rgb(0,23,255); }
H1.HeaderClassName
{
color: #0017FF;
}
.AnyTagClassName
{
color: #0017FF;
}
</style>
background-color css
<style>
a { background-color: #0017FF; }
a { background-color: rgb(0,23,255); }
div.DivClassName
{
background-color: #0017FF;
}
.BgClassName
{
background-color: #0017FF;
}
</style>
border-color css
<style>
span { border-color: #0017FF; }
span { border-color: rgb(0,23,255); }
td.TdClassName
{
border-color: #0017FF;
}
.TagClassName
{
border-color: #0017FF;
}
</style>