Shades of Dodger Blue #0A8CF8
Tints of Dodger Blue #0A8CF8
RGB
CMYK
RGB Variations
Color information
#0A8CF8 (or 0x0A8CF8) is known color: Dodger Blue. HEX triplet: 0A, 8C and F8. RGB value is (10,140,248). Sum of RGB (Red+Green+Blue) = 10+140+248=398 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.51% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 248 (97.27% from 255 or 62.31% from 398); Max value from RGB is 248 - color contains mainly: blue. Hex color #0A8CF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A8CF8 is #F57307. Grayscale: #707070. Windows color (decimal): -16085768 or 16288778. OLE color: 16288778.
HSL color Cylindrical-coordinate representation of color #0A8CF8: hue angle of 207.23º 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 #0A8CF8 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 140 | 248 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.03 |
| HSL | 207.23º | 0.94% | 0.51% | - |
| HSV(B) | 207.23º | 0.96% | 0.97% | - |
| XYZ | 26.45 | 25.6 | 92.35 | - |
| YUV | 113.44 | 203.93 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 140 | 248 | 0.96 | 0.44 | 0 | 0.03 | 207.23 | 0.94 | 0.51 |
| Hex | A | 8C | F8 | 60 | 2C | 0 | 3 | CF | 5E | 33 |
| Octal | 12 | 214 | 370 | 140 | 54 | 0 | 3 | 317 | 136 | 63 |
| Binary | 1010 | 10001100 | 11111000 | 1100000 | 101100 | 0 | 11 | 11001111 | 1011110 | 110011 |
Color Harmonies of #0A8CF8
Complementary color
Monochromatic Colors of #0A8CF8
Black with #0A8CF8
Text Example
Text Example
White with #0A8CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8CF8; }
p { color: rgb(10,140,248); }
H1.HeaderClassName
{
color: #0A8CF8;
}
.AnyTagClassName
{
color: #0A8CF8;
}
</style>
background-color css
<style>
a { background-color: #0A8CF8; }
a { background-color: rgb(10,140,248); }
div.DivClassName
{
background-color: #0A8CF8;
}
.BgClassName
{
background-color: #0A8CF8;
}
</style>
border-color css
<style>
span { border-color: #0A8CF8; }
span { border-color: rgb(10,140,248); }
td.TdClassName
{
border-color: #0A8CF8;
}
.TagClassName
{
border-color: #0A8CF8;
}
</style>