Shades of Dodger Blue #0DA2F7
Tints of Dodger Blue #0DA2F7
RGB
CMYK
RGB Variations
Color information
#0DA2F7 (or 0x0DA2F7) is known color: Dodger Blue. HEX triplet: 0D, A2 and F7. RGB value is (13,162,247). Sum of RGB (Red+Green+Blue) = 13+162+247=422 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.08% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 247 (96.88% from 255 or 58.53% from 422); Max value from RGB is 247 - color contains mainly: blue. Hex color #0DA2F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DA2F7 is #F25D08. Grayscale: #7E7E7E. Windows color (decimal): -15883529 or 16228877. OLE color: 16228877.
HSL color Cylindrical-coordinate representation of color #0DA2F7: hue angle of 201.79º 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 #0DA2F7 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 13 | 162 | 247 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.03 |
| HSL | 201.79º | 0.94% | 0.51% | - |
| HSV(B) | 201.79º | 0.95% | 0.97% | - |
| XYZ | 29.87 | 32.64 | 92.72 | - |
| YUV | 127.14 | 195.64 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 162 | 247 | 0.95 | 0.34 | 0 | 0.03 | 201.79 | 0.94 | 0.51 |
| Hex | D | A2 | F7 | 5F | 22 | 0 | 3 | CA | 5E | 33 |
| Octal | 15 | 242 | 367 | 137 | 42 | 0 | 3 | 312 | 136 | 63 |
| Binary | 1101 | 10100010 | 11110111 | 1011111 | 100010 | 0 | 11 | 11001010 | 1011110 | 110011 |
Color Harmonies of #0DA2F7
Complementary color
Monochromatic Colors of #0DA2F7
Black with #0DA2F7
Text Example
Text Example
White with #0DA2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA2F7; }
p { color: rgb(13,162,247); }
H1.HeaderClassName
{
color: #0DA2F7;
}
.AnyTagClassName
{
color: #0DA2F7;
}
</style>
background-color css
<style>
a { background-color: #0DA2F7; }
a { background-color: rgb(13,162,247); }
div.DivClassName
{
background-color: #0DA2F7;
}
.BgClassName
{
background-color: #0DA2F7;
}
</style>
border-color css
<style>
span { border-color: #0DA2F7; }
span { border-color: rgb(13,162,247); }
td.TdClassName
{
border-color: #0DA2F7;
}
.TagClassName
{
border-color: #0DA2F7;
}
</style>