Shades of Dodger Blue #0DA1FF
Tints of Dodger Blue #0DA1FF
RGB
CMYK
RGB Variations
Color information
#0DA1FF (or 0x0DA1FF) is known color: Dodger Blue. HEX triplet: 0D, A1 and FF. RGB value is (13,161,255). Sum of RGB (Red+Green+Blue) = 13+161+255=429 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.03% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DA1FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DA1FF is #F25E00. Grayscale: #7E7E7E. Windows color (decimal): -15883777 or 16752909. OLE color: 16752909.
HSL color Cylindrical-coordinate representation of color #0DA1FF: hue angle of 203.31º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DA1FF is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 161 | 255 | - |
| CMYK | 0.95 | 0.37 | 0 | 0 |
| HSL | 203.31º | 1% | 0.53% | - |
| HSV(B) | 203.31º | 0.95% | 1% | - |
| XYZ | 30.96 | 32.8 | 99.31 | - |
| YUV | 127.46 | 199.97 | 46.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 161 | 255 | 0.95 | 0.37 | 0 | 0 | 203.31 | 1 | 0.53 |
| Hex | D | A1 | FF | 5F | 25 | 0 | 0 | CB | 64 | 35 |
| Octal | 15 | 241 | 377 | 137 | 45 | 0 | 0 | 313 | 144 | 65 |
| Binary | 1101 | 10100001 | 11111111 | 1011111 | 100101 | 0 | 0 | 11001011 | 1100100 | 110101 |
Color Harmonies of #0DA1FF
Complementary color
Monochromatic Colors of #0DA1FF
Black with #0DA1FF
Text Example
Text Example
White with #0DA1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA1FF; }
p { color: rgb(13,161,255); }
H1.HeaderClassName
{
color: #0DA1FF;
}
.AnyTagClassName
{
color: #0DA1FF;
}
</style>
background-color css
<style>
a { background-color: #0DA1FF; }
a { background-color: rgb(13,161,255); }
div.DivClassName
{
background-color: #0DA1FF;
}
.BgClassName
{
background-color: #0DA1FF;
}
</style>
border-color css
<style>
span { border-color: #0DA1FF; }
span { border-color: rgb(13,161,255); }
td.TdClassName
{
border-color: #0DA1FF;
}
.TagClassName
{
border-color: #0DA1FF;
}
</style>