Shades of Blue #0D2BF7
Tints of Blue #0D2BF7
RGB
CMYK
RGB Variations
Color information
#0D2BF7 (or 0x0D2BF7) is known color: Blue. HEX triplet: 0D, 2B and F7. RGB value is (13,43,247). Sum of RGB (Red+Green+Blue) = 13+43+247=303 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.29% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 247 (96.88% from 255 or 81.52% from 303); Max value from RGB is 247 - color contains mainly: blue. Hex color #0D2BF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D2BF7 is #F2D408. Grayscale: #383838. Windows color (decimal): -15913993 or 16198413. OLE color: 16198413.
HSL color Cylindrical-coordinate representation of color #0D2BF7: hue angle of 232.31º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D2BF7 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 13 | 43 | 247 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.03 |
| HSL | 232.31º | 0.94% | 0.51% | - |
| HSV(B) | 232.31º | 0.95% | 0.97% | - |
| XYZ | 17.82 | 8.53 | 88.7 | - |
| YUV | 57.29 | 235.06 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 43 | 247 | 0.95 | 0.83 | 0 | 0.03 | 232.31 | 0.94 | 0.51 |
| Hex | D | 2B | F7 | 5F | 53 | 0 | 3 | E8 | 5E | 33 |
| Octal | 15 | 53 | 367 | 137 | 123 | 0 | 3 | 350 | 136 | 63 |
| Binary | 1101 | 101011 | 11110111 | 1011111 | 1010011 | 0 | 11 | 11101000 | 1011110 | 110011 |
Color Harmonies of #0D2BF7
Complementary color
Monochromatic Colors of #0D2BF7
Black with #0D2BF7
Text Example
Text Example
White with #0D2BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2BF7; }
p { color: rgb(13,43,247); }
H1.HeaderClassName
{
color: #0D2BF7;
}
.AnyTagClassName
{
color: #0D2BF7;
}
</style>
background-color css
<style>
a { background-color: #0D2BF7; }
a { background-color: rgb(13,43,247); }
div.DivClassName
{
background-color: #0D2BF7;
}
.BgClassName
{
background-color: #0D2BF7;
}
</style>
border-color css
<style>
span { border-color: #0D2BF7; }
span { border-color: rgb(13,43,247); }
td.TdClassName
{
border-color: #0D2BF7;
}
.TagClassName
{
border-color: #0D2BF7;
}
</style>