Shades of Blue #0A02FD
Tints of Blue #0A02FD
RGB
CMYK
RGB Variations
Color information
#0A02FD (or 0x0A02FD) is known color: Blue. HEX triplet: 0A, 02 and FD. RGB value is (10,2,253). Sum of RGB (Red+Green+Blue) = 10+2+253=265 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.77% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 253 (99.22% from 255 or 95.47% from 265); Max value from RGB is 253 - color contains mainly: blue. Hex color #0A02FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A02FD is #F5FD02. Grayscale: #202020. Windows color (decimal): -16121091 or 16581130. OLE color: 16581130.
HSL color Cylindrical-coordinate representation of color #0A02FD: hue angle of 241.91º 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 #0A02FD is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 2 | 253 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.01 |
| HSL | 241.91º | 0.98% | 0.5% | - |
| HSV(B) | 241.91º | 0.99% | 0.99% | - |
| XYZ | 17.88 | 7.2 | 93.38 | - |
| YUV | 33.01 | 252.15 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 2 | 253 | 0.96 | 0.99 | 0 | 0.01 | 241.91 | 0.98 | 0.5 |
| Hex | A | 2 | FD | 60 | 63 | 0 | 1 | F2 | 62 | 32 |
| Octal | 12 | 2 | 375 | 140 | 143 | 0 | 1 | 362 | 142 | 62 |
| Binary | 1010 | 10 | 11111101 | 1100000 | 1100011 | 0 | 1 | 11110010 | 1100010 | 110010 |
Color Harmonies of #0A02FD
Complementary color
Monochromatic Colors of #0A02FD
Black with #0A02FD
Text Example
Text Example
White with #0A02FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A02FD; }
p { color: rgb(10,2,253); }
H1.HeaderClassName
{
color: #0A02FD;
}
.AnyTagClassName
{
color: #0A02FD;
}
</style>
background-color css
<style>
a { background-color: #0A02FD; }
a { background-color: rgb(10,2,253); }
div.DivClassName
{
background-color: #0A02FD;
}
.BgClassName
{
background-color: #0A02FD;
}
</style>
border-color css
<style>
span { border-color: #0A02FD; }
span { border-color: rgb(10,2,253); }
td.TdClassName
{
border-color: #0A02FD;
}
.TagClassName
{
border-color: #0A02FD;
}
</style>