Shades of Blue #0D2DEF
Tints of Blue #0D2DEF
RGB
CMYK
RGB Variations
Color information
#0D2DEF (or 0x0D2DEF) is known color: Blue. HEX triplet: 0D, 2D and EF. RGB value is (13,45,239). Sum of RGB (Red+Green+Blue) = 13+45+239=297 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.38% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 239 (93.75% from 255 or 80.47% from 297); Max value from RGB is 239 - color contains mainly: blue. Hex color #0D2DEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D2DEF is #F2D210. Grayscale: #383838. Windows color (decimal): -15913489 or 15674637. OLE color: 15674637.
HSL color Cylindrical-coordinate representation of color #0D2DEF: hue angle of 231.5º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D2DEF is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 45 | 239 | - |
| CMYK | 0.95 | 0.81 | 0 | 0.06 |
| HSL | 231.5º | 0.9% | 0.49% | - |
| HSV(B) | 231.5º | 0.95% | 0.94% | - |
| XYZ | 16.68 | 8.19 | 82.36 | - |
| YUV | 57.55 | 230.4 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 45 | 239 | 0.95 | 0.81 | 0 | 0.06 | 231.5 | 0.9 | 0.49 |
| Hex | D | 2D | EF | 5F | 51 | 0 | 6 | E8 | 5A | 31 |
| Octal | 15 | 55 | 357 | 137 | 121 | 0 | 6 | 350 | 132 | 61 |
| Binary | 1101 | 101101 | 11101111 | 1011111 | 1010001 | 0 | 110 | 11101000 | 1011010 | 110001 |
Color Harmonies of #0D2DEF
Complementary color
Monochromatic Colors of #0D2DEF
Black with #0D2DEF
Text Example
Text Example
White with #0D2DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2DEF; }
p { color: rgb(13,45,239); }
H1.HeaderClassName
{
color: #0D2DEF;
}
.AnyTagClassName
{
color: #0D2DEF;
}
</style>
background-color css
<style>
a { background-color: #0D2DEF; }
a { background-color: rgb(13,45,239); }
div.DivClassName
{
background-color: #0D2DEF;
}
.BgClassName
{
background-color: #0D2DEF;
}
</style>
border-color css
<style>
span { border-color: #0D2DEF; }
span { border-color: rgb(13,45,239); }
td.TdClassName
{
border-color: #0D2DEF;
}
.TagClassName
{
border-color: #0D2DEF;
}
</style>