Shades of Dodger Blue #0A6EF8
Tints of Dodger Blue #0A6EF8
RGB
CMYK
RGB Variations
Color information
#0A6EF8 (or 0x0A6EF8) is known color: Dodger Blue. HEX triplet: 0A, 6E and F8. RGB value is (10,110,248). Sum of RGB (Red+Green+Blue) = 10+110+248=368 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 248 (97.27% from 255 or 67.39% from 368); Max value from RGB is 248 - color contains mainly: blue. Hex color #0A6EF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A6EF8 is #F59107. Grayscale: #5F5F5F. Windows color (decimal): -16093448 or 16281098. OLE color: 16281098.
HSL color Cylindrical-coordinate representation of color #0A6EF8: hue angle of 214.79º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A6EF8 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 110 | 248 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.03 |
| HSL | 214.79º | 0.94% | 0.51% | - |
| HSV(B) | 214.79º | 0.96% | 0.97% | - |
| XYZ | 22.64 | 17.99 | 91.09 | - |
| YUV | 95.83 | 213.87 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 110 | 248 | 0.96 | 0.56 | 0 | 0.03 | 214.79 | 0.94 | 0.51 |
| Hex | A | 6E | F8 | 60 | 38 | 0 | 3 | D7 | 5E | 33 |
| Octal | 12 | 156 | 370 | 140 | 70 | 0 | 3 | 327 | 136 | 63 |
| Binary | 1010 | 1101110 | 11111000 | 1100000 | 111000 | 0 | 11 | 11010111 | 1011110 | 110011 |
Color Harmonies of #0A6EF8
Complementary color
Monochromatic Colors of #0A6EF8
Black with #0A6EF8
Text Example
Text Example
White with #0A6EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6EF8; }
p { color: rgb(10,110,248); }
H1.HeaderClassName
{
color: #0A6EF8;
}
.AnyTagClassName
{
color: #0A6EF8;
}
</style>
background-color css
<style>
a { background-color: #0A6EF8; }
a { background-color: rgb(10,110,248); }
div.DivClassName
{
background-color: #0A6EF8;
}
.BgClassName
{
background-color: #0A6EF8;
}
</style>
border-color css
<style>
span { border-color: #0A6EF8; }
span { border-color: rgb(10,110,248); }
td.TdClassName
{
border-color: #0A6EF8;
}
.TagClassName
{
border-color: #0A6EF8;
}
</style>