Shades of Dodger Blue #0DA3FF
Tints of Dodger Blue #0DA3FF
RGB
CMYK
RGB Variations
Color information
#0DA3FF (or 0x0DA3FF) is known color: Dodger Blue. HEX triplet: 0D, A3 and FF. RGB value is (13,163,255). Sum of RGB (Red+Green+Blue) = 13+163+255=431 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.02% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DA3FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DA3FF is #F25C00. Grayscale: #808080. Windows color (decimal): -15883265 or 16753421. OLE color: 16753421.
HSL color Cylindrical-coordinate representation of color #0DA3FF: hue angle of 202.81º 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 #0DA3FF is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 163 | 255 | - |
| CMYK | 0.95 | 0.36 | 0 | 0 |
| HSL | 202.81º | 1% | 0.53% | - |
| HSV(B) | 202.81º | 0.95% | 1% | - |
| XYZ | 31.31 | 33.5 | 99.42 | - |
| YUV | 128.64 | 199.31 | 45.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 163 | 255 | 0.95 | 0.36 | 0 | 0 | 202.81 | 1 | 0.53 |
| Hex | D | A3 | FF | 5F | 24 | 0 | 0 | CB | 64 | 35 |
| Octal | 15 | 243 | 377 | 137 | 44 | 0 | 0 | 313 | 144 | 65 |
| Binary | 1101 | 10100011 | 11111111 | 1011111 | 100100 | 0 | 0 | 11001011 | 1100100 | 110101 |
Color Harmonies of #0DA3FF
Complementary color
Monochromatic Colors of #0DA3FF
Black with #0DA3FF
Text Example
Text Example
White with #0DA3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA3FF; }
p { color: rgb(13,163,255); }
H1.HeaderClassName
{
color: #0DA3FF;
}
.AnyTagClassName
{
color: #0DA3FF;
}
</style>
background-color css
<style>
a { background-color: #0DA3FF; }
a { background-color: rgb(13,163,255); }
div.DivClassName
{
background-color: #0DA3FF;
}
.BgClassName
{
background-color: #0DA3FF;
}
</style>
border-color css
<style>
span { border-color: #0DA3FF; }
span { border-color: rgb(13,163,255); }
td.TdClassName
{
border-color: #0DA3FF;
}
.TagClassName
{
border-color: #0DA3FF;
}
</style>