Shades of Blue #0D02FF
Tints of Blue #0D02FF
RGB
CMYK
RGB Variations
Color information
#0D02FF (or 0x0D02FF) is known color: Blue. HEX triplet: 0D, 02 and FF. RGB value is (13,2,255). Sum of RGB (Red+Green+Blue) = 13+2+255=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 255 (100% from 255 or 94.44% from 270); Max value from RGB is 255 - color contains mainly: blue. Hex color #0D02FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D02FF is #F2FD00. Grayscale: #212121. Windows color (decimal): -15924481 or 16712205. OLE color: 16712205.
HSL color Cylindrical-coordinate representation of color #0D02FF: hue angle of 242.61º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D02FF is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 2 | 255 | - |
| CMYK | 0.95 | 0.99 | 0 | 0 |
| HSL | 242.61º | 1% | 0.5% | - |
| HSV(B) | 242.61º | 0.99% | 1% | - |
| XYZ | 18.24 | 7.35 | 95.07 | - |
| YUV | 34.13 | 252.64 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 2 | 255 | 0.95 | 0.99 | 0 | 0 | 242.61 | 1 | 0.5 |
| Hex | D | 2 | FF | 5F | 63 | 0 | 0 | F3 | 64 | 32 |
| Octal | 15 | 2 | 377 | 137 | 143 | 0 | 0 | 363 | 144 | 62 |
| Binary | 1101 | 10 | 11111111 | 1011111 | 1100011 | 0 | 0 | 11110011 | 1100100 | 110010 |
Color Harmonies of #0D02FF
Complementary color
Monochromatic Colors of #0D02FF
Black with #0D02FF
Text Example
Text Example
White with #0D02FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D02FF; }
p { color: rgb(13,2,255); }
H1.HeaderClassName
{
color: #0D02FF;
}
.AnyTagClassName
{
color: #0D02FF;
}
</style>
background-color css
<style>
a { background-color: #0D02FF; }
a { background-color: rgb(13,2,255); }
div.DivClassName
{
background-color: #0D02FF;
}
.BgClassName
{
background-color: #0D02FF;
}
</style>
border-color css
<style>
span { border-color: #0D02FF; }
span { border-color: rgb(13,2,255); }
td.TdClassName
{
border-color: #0D02FF;
}
.TagClassName
{
border-color: #0D02FF;
}
</style>