Shades of Blue #0817FE
Tints of Blue #0817FE
RGB
CMYK
RGB Variations
Color information
#0817FE (or 0x0817FE) is known color: Blue. HEX triplet: 08, 17 and FE. RGB value is (8,23,254). Sum of RGB (Red+Green+Blue) = 8+23+254=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 254 (99.61% from 255 or 89.12% from 285); Max value from RGB is 254 - color contains mainly: blue. Hex color #0817FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0817FE is #F7E801. Grayscale: #2B2B2B. Windows color (decimal): -16246786 or 16652040. OLE color: 16652040.
HSL color Cylindrical-coordinate representation of color #0817FE: hue angle of 236.34º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0817FE is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 23 | 254 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.00 |
| HSL | 236.34º | 0.99% | 0.51% | - |
| HSV(B) | 236.34º | 0.97% | 1% | - |
| XYZ | 18.3 | 7.82 | 94.31 | - |
| YUV | 44.85 | 246.03 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 23 | 254 | 0.97 | 0.91 | 0 | 0.00 | 236.34 | 0.99 | 0.51 |
| Hex | 8 | 17 | FE | 61 | 5B | 0 | 0 | EC | 63 | 33 |
| Octal | 10 | 27 | 376 | 141 | 133 | 0 | 0 | 354 | 143 | 63 |
| Binary | 1000 | 10111 | 11111110 | 1100001 | 1011011 | 0 | 0 | 11101100 | 1100011 | 110011 |
Color Harmonies of #0817FE
Complementary color
Monochromatic Colors of #0817FE
Black with #0817FE
Text Example
Text Example
White with #0817FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0817FE; }
p { color: rgb(8,23,254); }
H1.HeaderClassName
{
color: #0817FE;
}
.AnyTagClassName
{
color: #0817FE;
}
</style>
background-color css
<style>
a { background-color: #0817FE; }
a { background-color: rgb(8,23,254); }
div.DivClassName
{
background-color: #0817FE;
}
.BgClassName
{
background-color: #0817FE;
}
</style>
border-color css
<style>
span { border-color: #0817FE; }
span { border-color: rgb(8,23,254); }
td.TdClassName
{
border-color: #0817FE;
}
.TagClassName
{
border-color: #0817FE;
}
</style>