Shades of Dodger Blue #0A8CFD
Tints of Dodger Blue #0A8CFD
RGB
CMYK
RGB Variations
Color information
#0A8CFD (or 0x0A8CFD) is known color: Dodger Blue. HEX triplet: 0A, 8C and FD. RGB value is (10,140,253). Sum of RGB (Red+Green+Blue) = 10+140+253=403 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 253 (99.22% from 255 or 62.78% from 403); Max value from RGB is 253 - color contains mainly: blue. Hex color #0A8CFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A8CFD is #F57302. Grayscale: #717171. Windows color (decimal): -16085763 or 16616458. OLE color: 16616458.
HSL color Cylindrical-coordinate representation of color #0A8CFD: hue angle of 207.9º 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 #0A8CFD is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 140 | 253 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.01 |
| HSL | 207.9º | 0.98% | 0.52% | - |
| HSV(B) | 207.9º | 0.96% | 0.99% | - |
| XYZ | 27.23 | 25.91 | 96.49 | - |
| YUV | 114.01 | 206.43 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 140 | 253 | 0.96 | 0.45 | 0 | 0.01 | 207.9 | 0.98 | 0.52 |
| Hex | A | 8C | FD | 60 | 2D | 0 | 1 | D0 | 62 | 34 |
| Octal | 12 | 214 | 375 | 140 | 55 | 0 | 1 | 320 | 142 | 64 |
| Binary | 1010 | 10001100 | 11111101 | 1100000 | 101101 | 0 | 1 | 11010000 | 1100010 | 110100 |
Color Harmonies of #0A8CFD
Complementary color
Monochromatic Colors of #0A8CFD
Black with #0A8CFD
Text Example
Text Example
White with #0A8CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8CFD; }
p { color: rgb(10,140,253); }
H1.HeaderClassName
{
color: #0A8CFD;
}
.AnyTagClassName
{
color: #0A8CFD;
}
</style>
background-color css
<style>
a { background-color: #0A8CFD; }
a { background-color: rgb(10,140,253); }
div.DivClassName
{
background-color: #0A8CFD;
}
.BgClassName
{
background-color: #0A8CFD;
}
</style>
border-color css
<style>
span { border-color: #0A8CFD; }
span { border-color: rgb(10,140,253); }
td.TdClassName
{
border-color: #0A8CFD;
}
.TagClassName
{
border-color: #0A8CFD;
}
</style>