Shades of Blue #0D2BF9
Tints of Blue #0D2BF9
RGB
CMYK
RGB Variations
Color information
#0D2BF9 (or 0x0D2BF9) is known color: Blue. HEX triplet: 0D, 2B and F9. RGB value is (13,43,249). Sum of RGB (Red+Green+Blue) = 13+43+249=305 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.26% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 249 (97.66% from 255 or 81.64% from 305); Max value from RGB is 249 - color contains mainly: blue. Hex color #0D2BF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D2BF9 is #F2D406. Grayscale: #383838. Windows color (decimal): -15913991 or 16329485. OLE color: 16329485.
HSL color Cylindrical-coordinate representation of color #0D2BF9: hue angle of 232.37º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D2BF9 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 43 | 249 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.02 |
| HSL | 232.37º | 0.95% | 0.51% | - |
| HSV(B) | 232.37º | 0.95% | 0.98% | - |
| XYZ | 18.13 | 8.65 | 90.34 | - |
| YUV | 57.51 | 236.06 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 43 | 249 | 0.95 | 0.83 | 0 | 0.02 | 232.37 | 0.95 | 0.51 |
| Hex | D | 2B | F9 | 5F | 53 | 0 | 2 | E8 | 5F | 33 |
| Octal | 15 | 53 | 371 | 137 | 123 | 0 | 2 | 350 | 137 | 63 |
| Binary | 1101 | 101011 | 11111001 | 1011111 | 1010011 | 0 | 10 | 11101000 | 1011111 | 110011 |
Color Harmonies of #0D2BF9
Complementary color
Monochromatic Colors of #0D2BF9
Black with #0D2BF9
Text Example
Text Example
White with #0D2BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2BF9; }
p { color: rgb(13,43,249); }
H1.HeaderClassName
{
color: #0D2BF9;
}
.AnyTagClassName
{
color: #0D2BF9;
}
</style>
background-color css
<style>
a { background-color: #0D2BF9; }
a { background-color: rgb(13,43,249); }
div.DivClassName
{
background-color: #0D2BF9;
}
.BgClassName
{
background-color: #0D2BF9;
}
</style>
border-color css
<style>
span { border-color: #0D2BF9; }
span { border-color: rgb(13,43,249); }
td.TdClassName
{
border-color: #0D2BF9;
}
.TagClassName
{
border-color: #0D2BF9;
}
</style>