Shades of Dodger Blue #0A61FF
Tints of Dodger Blue #0A61FF
RGB
CMYK
RGB Variations
Color information
#0A61FF (or 0x0A61FF) is known color: Dodger Blue. HEX triplet: 0A, 61 and FF. RGB value is (10,97,255). Sum of RGB (Red+Green+Blue) = 10+97+255=362 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.76% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #0A61FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A61FF is #F59E00. Grayscale: #585858. Windows color (decimal): -16096769 or 16736522. OLE color: 16736522.
HSL color Cylindrical-coordinate representation of color #0A61FF: hue angle of 218.69º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A61FF is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 97 | 255 | - |
| CMYK | 0.96 | 0.62 | 0 | 0 |
| HSL | 218.69º | 1% | 0.52% | - |
| HSV(B) | 218.69º | 0.96% | 1% | - |
| XYZ | 22.45 | 15.83 | 96.48 | - |
| YUV | 89 | 221.68 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 97 | 255 | 0.96 | 0.62 | 0 | 0 | 218.69 | 1 | 0.52 |
| Hex | A | 61 | FF | 60 | 3E | 0 | 0 | DB | 64 | 34 |
| Octal | 12 | 141 | 377 | 140 | 76 | 0 | 0 | 333 | 144 | 64 |
| Binary | 1010 | 1100001 | 11111111 | 1100000 | 111110 | 0 | 0 | 11011011 | 1100100 | 110100 |
Color Harmonies of #0A61FF
Complementary color
Monochromatic Colors of #0A61FF
Black with #0A61FF
Text Example
Text Example
White with #0A61FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A61FF; }
p { color: rgb(10,97,255); }
H1.HeaderClassName
{
color: #0A61FF;
}
.AnyTagClassName
{
color: #0A61FF;
}
</style>
background-color css
<style>
a { background-color: #0A61FF; }
a { background-color: rgb(10,97,255); }
div.DivClassName
{
background-color: #0A61FF;
}
.BgClassName
{
background-color: #0A61FF;
}
</style>
border-color css
<style>
span { border-color: #0A61FF; }
span { border-color: rgb(10,97,255); }
td.TdClassName
{
border-color: #0A61FF;
}
.TagClassName
{
border-color: #0A61FF;
}
</style>