Shades of Dodger Blue #0D73F9
Tints of Dodger Blue #0D73F9
RGB
CMYK
RGB Variations
Color information
#0D73F9 (or 0x0D73F9) is known color: Dodger Blue. HEX triplet: 0D, 73 and F9. RGB value is (13,115,249). Sum of RGB (Red+Green+Blue) = 13+115+249=377 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.45% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 249 (97.66% from 255 or 66.05% from 377); Max value from RGB is 249 - color contains mainly: blue. Hex color #0D73F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D73F9 is #F28C06. Grayscale: #636363. Windows color (decimal): -15895559 or 16347917. OLE color: 16347917.
HSL color Cylindrical-coordinate representation of color #0D73F9: hue angle of 214.07º 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 #0D73F9 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 115 | 249 | - |
| CMYK | 0.95 | 0.54 | 0 | 0.02 |
| HSL | 214.07º | 0.95% | 0.51% | - |
| HSV(B) | 214.07º | 0.95% | 0.98% | - |
| XYZ | 23.4 | 19.19 | 92.09 | - |
| YUV | 99.78 | 212.21 | 66.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 115 | 249 | 0.95 | 0.54 | 0 | 0.02 | 214.07 | 0.95 | 0.51 |
| Hex | D | 73 | F9 | 5F | 36 | 0 | 2 | D6 | 5F | 33 |
| Octal | 15 | 163 | 371 | 137 | 66 | 0 | 2 | 326 | 137 | 63 |
| Binary | 1101 | 1110011 | 11111001 | 1011111 | 110110 | 0 | 10 | 11010110 | 1011111 | 110011 |
Color Harmonies of #0D73F9
Complementary color
Monochromatic Colors of #0D73F9
Black with #0D73F9
Text Example
Text Example
White with #0D73F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D73F9; }
p { color: rgb(13,115,249); }
H1.HeaderClassName
{
color: #0D73F9;
}
.AnyTagClassName
{
color: #0D73F9;
}
</style>
background-color css
<style>
a { background-color: #0D73F9; }
a { background-color: rgb(13,115,249); }
div.DivClassName
{
background-color: #0D73F9;
}
.BgClassName
{
background-color: #0D73F9;
}
</style>
border-color css
<style>
span { border-color: #0D73F9; }
span { border-color: rgb(13,115,249); }
td.TdClassName
{
border-color: #0D73F9;
}
.TagClassName
{
border-color: #0D73F9;
}
</style>