Shades of Blue #0A08FD
Tints of Blue #0A08FD
RGB
CMYK
RGB Variations
Color information
#0A08FD (or 0x0A08FD) is known color: Blue. HEX triplet: 0A, 08 and FD. RGB value is (10,8,253). Sum of RGB (Red+Green+Blue) = 10+8+253=271 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.69% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 253 (99.22% from 255 or 93.36% from 271); Max value from RGB is 253 - color contains mainly: blue. Hex color #0A08FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A08FD is #F5F702. Grayscale: #232323. Windows color (decimal): -16119555 or 16582666. OLE color: 16582666.
HSL color Cylindrical-coordinate representation of color #0A08FD: hue angle of 240.49º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A08FD is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 8 | 253 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.01 |
| HSL | 240.49º | 0.98% | 0.51% | - |
| HSV(B) | 240.49º | 0.97% | 0.99% | - |
| XYZ | 17.94 | 7.33 | 93.4 | - |
| YUV | 36.53 | 250.16 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 8 | 253 | 0.96 | 0.97 | 0 | 0.01 | 240.49 | 0.98 | 0.51 |
| Hex | A | 8 | FD | 60 | 61 | 0 | 1 | F0 | 62 | 33 |
| Octal | 12 | 10 | 375 | 140 | 141 | 0 | 1 | 360 | 142 | 63 |
| Binary | 1010 | 1000 | 11111101 | 1100000 | 1100001 | 0 | 1 | 11110000 | 1100010 | 110011 |
Color Harmonies of #0A08FD
Complementary color
Monochromatic Colors of #0A08FD
Black with #0A08FD
Text Example
Text Example
White with #0A08FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A08FD; }
p { color: rgb(10,8,253); }
H1.HeaderClassName
{
color: #0A08FD;
}
.AnyTagClassName
{
color: #0A08FD;
}
</style>
background-color css
<style>
a { background-color: #0A08FD; }
a { background-color: rgb(10,8,253); }
div.DivClassName
{
background-color: #0A08FD;
}
.BgClassName
{
background-color: #0A08FD;
}
</style>
border-color css
<style>
span { border-color: #0A08FD; }
span { border-color: rgb(10,8,253); }
td.TdClassName
{
border-color: #0A08FD;
}
.TagClassName
{
border-color: #0A08FD;
}
</style>