Shades of Blue #0D2AFF
Tints of Blue #0D2AFF
RGB
CMYK
RGB Variations
Color information
#0D2AFF (or 0x0D2AFF) is known color: Blue. HEX triplet: 0D, 2A and FF. RGB value is (13,42,255). Sum of RGB (Red+Green+Blue) = 13+42+255=310 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.19% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 255 (100% from 255 or 82.26% from 310); Max value from RGB is 255 - color contains mainly: blue. Hex color #0D2AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D2AFF is #F2D500. Grayscale: #383838. Windows color (decimal): -15914241 or 16722445. OLE color: 16722445.
HSL color Cylindrical-coordinate representation of color #0D2AFF: hue angle of 232.81º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D2AFF is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 42 | 255 | - |
| CMYK | 0.95 | 0.84 | 0 | 0 |
| HSL | 232.81º | 1% | 0.53% | - |
| HSV(B) | 232.81º | 0.95% | 1% | - |
| XYZ | 19.04 | 8.96 | 95.33 | - |
| YUV | 57.61 | 239.39 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 42 | 255 | 0.95 | 0.84 | 0 | 0 | 232.81 | 1 | 0.53 |
| Hex | D | 2A | FF | 5F | 54 | 0 | 0 | E9 | 64 | 35 |
| Octal | 15 | 52 | 377 | 137 | 124 | 0 | 0 | 351 | 144 | 65 |
| Binary | 1101 | 101010 | 11111111 | 1011111 | 1010100 | 0 | 0 | 11101001 | 1100100 | 110101 |
Color Harmonies of #0D2AFF
Complementary color
Monochromatic Colors of #0D2AFF
Black with #0D2AFF
Text Example
Text Example
White with #0D2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2AFF; }
p { color: rgb(13,42,255); }
H1.HeaderClassName
{
color: #0D2AFF;
}
.AnyTagClassName
{
color: #0D2AFF;
}
</style>
background-color css
<style>
a { background-color: #0D2AFF; }
a { background-color: rgb(13,42,255); }
div.DivClassName
{
background-color: #0D2AFF;
}
.BgClassName
{
background-color: #0D2AFF;
}
</style>
border-color css
<style>
span { border-color: #0D2AFF; }
span { border-color: rgb(13,42,255); }
td.TdClassName
{
border-color: #0D2AFF;
}
.TagClassName
{
border-color: #0D2AFF;
}
</style>