Shades of Blue #0D21FD
Tints of Blue #0D21FD
RGB
CMYK
RGB Variations
Color information
#0D21FD (or 0x0D21FD) is known color: Blue. HEX triplet: 0D, 21 and FD. RGB value is (13,33,253). Sum of RGB (Red+Green+Blue) = 13+33+253=299 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.35% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 253 (99.22% from 255 or 84.62% from 299); Max value from RGB is 253 - color contains mainly: blue. Hex color #0D21FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D21FD is #F2DE02. Grayscale: #333333. Windows color (decimal): -15916547 or 16589069. OLE color: 16589069.
HSL color Cylindrical-coordinate representation of color #0D21FD: hue angle of 235º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D21FD is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 33 | 253 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.01 |
| HSL | 235º | 0.98% | 0.52% | - |
| HSV(B) | 235º | 0.95% | 0.99% | - |
| XYZ | 18.44 | 8.27 | 93.55 | - |
| YUV | 52.1 | 241.37 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 253 | 0.95 | 0.87 | 0 | 0.01 | 235 | 0.98 | 0.52 |
| Hex | D | 21 | FD | 5F | 57 | 0 | 1 | EB | 62 | 34 |
| Octal | 15 | 41 | 375 | 137 | 127 | 0 | 1 | 353 | 142 | 64 |
| Binary | 1101 | 100001 | 11111101 | 1011111 | 1010111 | 0 | 1 | 11101011 | 1100010 | 110100 |
Color Harmonies of #0D21FD
Complementary color
Monochromatic Colors of #0D21FD
Black with #0D21FD
Text Example
Text Example
White with #0D21FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D21FD; }
p { color: rgb(13,33,253); }
H1.HeaderClassName
{
color: #0D21FD;
}
.AnyTagClassName
{
color: #0D21FD;
}
</style>
background-color css
<style>
a { background-color: #0D21FD; }
a { background-color: rgb(13,33,253); }
div.DivClassName
{
background-color: #0D21FD;
}
.BgClassName
{
background-color: #0D21FD;
}
</style>
border-color css
<style>
span { border-color: #0D21FD; }
span { border-color: rgb(13,33,253); }
td.TdClassName
{
border-color: #0D21FD;
}
.TagClassName
{
border-color: #0D21FD;
}
</style>