Shades of Dodger Blue #0A6DFD
Tints of Dodger Blue #0A6DFD
RGB
CMYK
RGB Variations
Color information
#0A6DFD (or 0x0A6DFD) is known color: Dodger Blue. HEX triplet: 0A, 6D and FD. RGB value is (10,109,253). Sum of RGB (Red+Green+Blue) = 10+109+253=372 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.69% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 253 (99.22% from 255 or 68.01% from 372); Max value from RGB is 253 - color contains mainly: blue. Hex color #0A6DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A6DFD is #F59202. Grayscale: #5F5F5F. Windows color (decimal): -16093699 or 16608522. OLE color: 16608522.
HSL color Cylindrical-coordinate representation of color #0A6DFD: hue angle of 215.56º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A6DFD is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 109 | 253 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.01 |
| HSL | 215.56º | 0.98% | 0.52% | - |
| HSV(B) | 215.56º | 0.96% | 0.99% | - |
| XYZ | 23.32 | 18.09 | 95.19 | - |
| YUV | 95.82 | 216.7 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 109 | 253 | 0.96 | 0.57 | 0 | 0.01 | 215.56 | 0.98 | 0.52 |
| Hex | A | 6D | FD | 60 | 39 | 0 | 1 | D8 | 62 | 34 |
| Octal | 12 | 155 | 375 | 140 | 71 | 0 | 1 | 330 | 142 | 64 |
| Binary | 1010 | 1101101 | 11111101 | 1100000 | 111001 | 0 | 1 | 11011000 | 1100010 | 110100 |
Color Harmonies of #0A6DFD
Complementary color
Monochromatic Colors of #0A6DFD
Black with #0A6DFD
Text Example
Text Example
White with #0A6DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6DFD; }
p { color: rgb(10,109,253); }
H1.HeaderClassName
{
color: #0A6DFD;
}
.AnyTagClassName
{
color: #0A6DFD;
}
</style>
background-color css
<style>
a { background-color: #0A6DFD; }
a { background-color: rgb(10,109,253); }
div.DivClassName
{
background-color: #0A6DFD;
}
.BgClassName
{
background-color: #0A6DFD;
}
</style>
border-color css
<style>
span { border-color: #0A6DFD; }
span { border-color: rgb(10,109,253); }
td.TdClassName
{
border-color: #0A6DFD;
}
.TagClassName
{
border-color: #0A6DFD;
}
</style>