Shades of Blue #0D21EF
Tints of Blue #0D21EF
RGB
CMYK
RGB Variations
Color information
#0D21EF (or 0x0D21EF) is known color: Blue. HEX triplet: 0D, 21 and EF. RGB value is (13,33,239). Sum of RGB (Red+Green+Blue) = 13+33+239=285 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.56% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 239 (93.75% from 255 or 83.86% from 285); Max value from RGB is 239 - color contains mainly: blue. Hex color #0D21EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D21EF is #F2DE10. Grayscale: #313131. Windows color (decimal): -15916561 or 15671565. OLE color: 15671565.
HSL color Cylindrical-coordinate representation of color #0D21EF: hue angle of 234.69º 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 #0D21EF is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 33 | 239 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.06 |
| HSL | 234.69º | 0.9% | 0.49% | - |
| HSV(B) | 234.69º | 0.95% | 0.94% | - |
| XYZ | 16.29 | 7.41 | 82.23 | - |
| YUV | 50.5 | 234.37 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 239 | 0.95 | 0.86 | 0 | 0.06 | 234.69 | 0.9 | 0.49 |
| Hex | D | 21 | EF | 5F | 56 | 0 | 6 | EB | 5A | 31 |
| Octal | 15 | 41 | 357 | 137 | 126 | 0 | 6 | 353 | 132 | 61 |
| Binary | 1101 | 100001 | 11101111 | 1011111 | 1010110 | 0 | 110 | 11101011 | 1011010 | 110001 |
Color Harmonies of #0D21EF
Complementary color
Monochromatic Colors of #0D21EF
Black with #0D21EF
Text Example
Text Example
White with #0D21EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D21EF; }
p { color: rgb(13,33,239); }
H1.HeaderClassName
{
color: #0D21EF;
}
.AnyTagClassName
{
color: #0D21EF;
}
</style>
background-color css
<style>
a { background-color: #0D21EF; }
a { background-color: rgb(13,33,239); }
div.DivClassName
{
background-color: #0D21EF;
}
.BgClassName
{
background-color: #0D21EF;
}
</style>
border-color css
<style>
span { border-color: #0D21EF; }
span { border-color: rgb(13,33,239); }
td.TdClassName
{
border-color: #0D21EF;
}
.TagClassName
{
border-color: #0D21EF;
}
</style>