Shades of Blue #0217FD
Tints of Blue #0217FD
RGB
CMYK
RGB Variations
Color information
#0217FD (or 0x0217FD) is known color: Blue. HEX triplet: 02, 17 and FD. RGB value is (2,23,253). Sum of RGB (Red+Green+Blue) = 2+23+253=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 253 (99.22% from 255 or 91.01% from 278); Max value from RGB is 253 - color contains mainly: blue. Hex color #0217FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0217FD is #FDE802. Grayscale: #2A2A2A. Windows color (decimal): -16640003 or 16586498. OLE color: 16586498.
HSL color Cylindrical-coordinate representation of color #0217FD: hue angle of 234.98º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0217FD is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 23 | 253 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.01 |
| HSL | 234.98º | 0.98% | 0.5% | - |
| HSV(B) | 234.98º | 0.99% | 0.99% | - |
| XYZ | 18.06 | 7.72 | 93.47 | - |
| YUV | 42.94 | 246.54 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 253 | 0.99 | 0.91 | 0 | 0.01 | 234.98 | 0.98 | 0.5 |
| Hex | 2 | 17 | FD | 63 | 5B | 0 | 1 | EB | 62 | 32 |
| Octal | 2 | 27 | 375 | 143 | 133 | 0 | 1 | 353 | 142 | 62 |
| Binary | 10 | 10111 | 11111101 | 1100011 | 1011011 | 0 | 1 | 11101011 | 1100010 | 110010 |
Color Harmonies of #0217FD
Complementary color
Monochromatic Colors of #0217FD
Black with #0217FD
Text Example
Text Example
White with #0217FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0217FD; }
p { color: rgb(2,23,253); }
H1.HeaderClassName
{
color: #0217FD;
}
.AnyTagClassName
{
color: #0217FD;
}
</style>
background-color css
<style>
a { background-color: #0217FD; }
a { background-color: rgb(2,23,253); }
div.DivClassName
{
background-color: #0217FD;
}
.BgClassName
{
background-color: #0217FD;
}
</style>
border-color css
<style>
span { border-color: #0217FD; }
span { border-color: rgb(2,23,253); }
td.TdClassName
{
border-color: #0217FD;
}
.TagClassName
{
border-color: #0217FD;
}
</style>