Shades of Blue #0D21EA
Tints of Blue #0D21EA
RGB
CMYK
RGB Variations
Color information
#0D21EA (or 0x0D21EA) is known color: Blue. HEX triplet: 0D, 21 and EA. RGB value is (13,33,234). Sum of RGB (Red+Green+Blue) = 13+33+234=280 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.64% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 234 (91.80% from 255 or 83.57% from 280); Max value from RGB is 234 - color contains mainly: blue. Hex color #0D21EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D21EA is #F2DE15. Grayscale: #313131. Windows color (decimal): -15916566 or 15343885. OLE color: 15343885.
HSL color Cylindrical-coordinate representation of color #0D21EA: hue angle of 234.57º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D21EA is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 33 | 234 | - |
| CMYK | 0.94 | 0.86 | 0 | 0.08 |
| HSL | 234.57º | 0.89% | 0.48% | - |
| HSV(B) | 234.57º | 0.94% | 0.92% | - |
| XYZ | 15.56 | 7.11 | 78.39 | - |
| YUV | 49.93 | 231.87 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 234 | 0.94 | 0.86 | 0 | 0.08 | 234.57 | 0.89 | 0.48 |
| Hex | D | 21 | EA | 5E | 56 | 0 | 8 | EB | 59 | 30 |
| Octal | 15 | 41 | 352 | 136 | 126 | 0 | 10 | 353 | 131 | 60 |
| Binary | 1101 | 100001 | 11101010 | 1011110 | 1010110 | 0 | 1000 | 11101011 | 1011001 | 110000 |
Color Harmonies of #0D21EA
Complementary color
Monochromatic Colors of #0D21EA
Black with #0D21EA
Text Example
Text Example
White with #0D21EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D21EA; }
p { color: rgb(13,33,234); }
H1.HeaderClassName
{
color: #0D21EA;
}
.AnyTagClassName
{
color: #0D21EA;
}
</style>
background-color css
<style>
a { background-color: #0D21EA; }
a { background-color: rgb(13,33,234); }
div.DivClassName
{
background-color: #0D21EA;
}
.BgClassName
{
background-color: #0D21EA;
}
</style>
border-color css
<style>
span { border-color: #0D21EA; }
span { border-color: rgb(13,33,234); }
td.TdClassName
{
border-color: #0D21EA;
}
.TagClassName
{
border-color: #0D21EA;
}
</style>