Shades of Dodger Blue #0DA6FF
Tints of Dodger Blue #0DA6FF
RGB
CMYK
RGB Variations
Color information
#0DA6FF (or 0x0DA6FF) is known color: Dodger Blue. HEX triplet: 0D, A6 and FF. RGB value is (13,166,255). Sum of RGB (Red+Green+Blue) = 13+166+255=434 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.00% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DA6FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DA6FF is #F25900. Grayscale: #818181. Windows color (decimal): -15882497 or 16754189. OLE color: 16754189.
HSL color Cylindrical-coordinate representation of color #0DA6FF: hue angle of 202.07º 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 #0DA6FF is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 166 | 255 | - |
| CMYK | 0.95 | 0.35 | 0 | 0 |
| HSL | 202.07º | 1% | 0.53% | - |
| HSV(B) | 202.07º | 0.95% | 1% | - |
| XYZ | 31.85 | 34.58 | 99.6 | - |
| YUV | 130.4 | 198.31 | 44.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 166 | 255 | 0.95 | 0.35 | 0 | 0 | 202.07 | 1 | 0.53 |
| Hex | D | A6 | FF | 5F | 23 | 0 | 0 | CA | 64 | 35 |
| Octal | 15 | 246 | 377 | 137 | 43 | 0 | 0 | 312 | 144 | 65 |
| Binary | 1101 | 10100110 | 11111111 | 1011111 | 100011 | 0 | 0 | 11001010 | 1100100 | 110101 |
Color Harmonies of #0DA6FF
Complementary color
Monochromatic Colors of #0DA6FF
Black with #0DA6FF
Text Example
Text Example
White with #0DA6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA6FF; }
p { color: rgb(13,166,255); }
H1.HeaderClassName
{
color: #0DA6FF;
}
.AnyTagClassName
{
color: #0DA6FF;
}
</style>
background-color css
<style>
a { background-color: #0DA6FF; }
a { background-color: rgb(13,166,255); }
div.DivClassName
{
background-color: #0DA6FF;
}
.BgClassName
{
background-color: #0DA6FF;
}
</style>
border-color css
<style>
span { border-color: #0DA6FF; }
span { border-color: rgb(13,166,255); }
td.TdClassName
{
border-color: #0DA6FF;
}
.TagClassName
{
border-color: #0DA6FF;
}
</style>