Shades of Blue #0D2EFF
Tints of Blue #0D2EFF
RGB
CMYK
RGB Variations
Color information
#0D2EFF (or 0x0D2EFF) is known color: Blue. HEX triplet: 0D, 2E and FF. RGB value is (13,46,255). Sum of RGB (Red+Green+Blue) = 13+46+255=314 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.14% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 255 (100% from 255 or 81.21% from 314); Max value from RGB is 255 - color contains mainly: blue. Hex color #0D2EFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D2EFF is #F2D100. Grayscale: #3B3B3B. Windows color (decimal): -15913217 or 16723469. OLE color: 16723469.
HSL color Cylindrical-coordinate representation of color #0D2EFF: hue angle of 231.82º 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 #0D2EFF is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 46 | 255 | - |
| CMYK | 0.95 | 0.82 | 0 | 0 |
| HSL | 231.82º | 1% | 0.53% | - |
| HSV(B) | 231.82º | 0.95% | 1% | - |
| XYZ | 19.19 | 9.26 | 95.38 | - |
| YUV | 59.96 | 238.07 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 46 | 255 | 0.95 | 0.82 | 0 | 0 | 231.82 | 1 | 0.53 |
| Hex | D | 2E | FF | 5F | 52 | 0 | 0 | E8 | 64 | 35 |
| Octal | 15 | 56 | 377 | 137 | 122 | 0 | 0 | 350 | 144 | 65 |
| Binary | 1101 | 101110 | 11111111 | 1011111 | 1010010 | 0 | 0 | 11101000 | 1100100 | 110101 |
Color Harmonies of #0D2EFF
Complementary color
Monochromatic Colors of #0D2EFF
Black with #0D2EFF
Text Example
Text Example
White with #0D2EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2EFF; }
p { color: rgb(13,46,255); }
H1.HeaderClassName
{
color: #0D2EFF;
}
.AnyTagClassName
{
color: #0D2EFF;
}
</style>
background-color css
<style>
a { background-color: #0D2EFF; }
a { background-color: rgb(13,46,255); }
div.DivClassName
{
background-color: #0D2EFF;
}
.BgClassName
{
background-color: #0D2EFF;
}
</style>
border-color css
<style>
span { border-color: #0D2EFF; }
span { border-color: rgb(13,46,255); }
td.TdClassName
{
border-color: #0D2EFF;
}
.TagClassName
{
border-color: #0D2EFF;
}
</style>