Shades of Blue #0805FD
Tints of Blue #0805FD
RGB
CMYK
RGB Variations
Color information
#0805FD (or 0x0805FD) is known color: Blue. HEX triplet: 08, 05 and FD. RGB value is (8,5,253). Sum of RGB (Red+Green+Blue) = 8+5+253=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 253 (99.22% from 255 or 95.11% from 266); Max value from RGB is 253 - color contains mainly: blue. Hex color #0805FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0805FD is #F7FA02. Grayscale: #212121. Windows color (decimal): -16251395 or 16581896. OLE color: 16581896.
HSL color Cylindrical-coordinate representation of color #0805FD: hue angle of 240.73º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0805FD is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 5 | 253 | - |
| CMYK | 0.97 | 0.98 | 0 | 0.01 |
| HSL | 240.73º | 0.98% | 0.51% | - |
| HSV(B) | 240.73º | 0.98% | 0.99% | - |
| XYZ | 17.88 | 7.25 | 93.39 | - |
| YUV | 34.17 | 251.49 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 253 | 0.97 | 0.98 | 0 | 0.01 | 240.73 | 0.98 | 0.51 |
| Hex | 8 | 5 | FD | 61 | 62 | 0 | 1 | F1 | 62 | 33 |
| Octal | 10 | 5 | 375 | 141 | 142 | 0 | 1 | 361 | 142 | 63 |
| Binary | 1000 | 101 | 11111101 | 1100001 | 1100010 | 0 | 1 | 11110001 | 1100010 | 110011 |
Color Harmonies of #0805FD
Complementary color
Monochromatic Colors of #0805FD
Black with #0805FD
Text Example
Text Example
White with #0805FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0805FD; }
p { color: rgb(8,5,253); }
H1.HeaderClassName
{
color: #0805FD;
}
.AnyTagClassName
{
color: #0805FD;
}
</style>
background-color css
<style>
a { background-color: #0805FD; }
a { background-color: rgb(8,5,253); }
div.DivClassName
{
background-color: #0805FD;
}
.BgClassName
{
background-color: #0805FD;
}
</style>
border-color css
<style>
span { border-color: #0805FD; }
span { border-color: rgb(8,5,253); }
td.TdClassName
{
border-color: #0805FD;
}
.TagClassName
{
border-color: #0805FD;
}
</style>