Shades of Dodger Blue #0A80FE
Tints of Dodger Blue #0A80FE
RGB
CMYK
RGB Variations
Color information
#0A80FE (or 0x0A80FE) is known color: Dodger Blue. HEX triplet: 0A, 80 and FE. RGB value is (10,128,254). Sum of RGB (Red+Green+Blue) = 10+128+254=392 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.55% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #0A80FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A80FE is #F57F01. Grayscale: #6A6A6A. Windows color (decimal): -16088834 or 16678922. OLE color: 16678922.
HSL color Cylindrical-coordinate representation of color #0A80FE: hue angle of 210.98º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A80FE is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 128 | 254 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.00 |
| HSL | 210.98º | 0.99% | 0.52% | - |
| HSV(B) | 210.98º | 0.96% | 1% | - |
| XYZ | 25.73 | 22.66 | 96.78 | - |
| YUV | 107.08 | 210.91 | 58.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 128 | 254 | 0.96 | 0.50 | 0 | 0.00 | 210.98 | 0.99 | 0.52 |
| Hex | A | 80 | FE | 60 | 32 | 0 | 0 | D3 | 63 | 34 |
| Octal | 12 | 200 | 376 | 140 | 62 | 0 | 0 | 323 | 143 | 64 |
| Binary | 1010 | 10000000 | 11111110 | 1100000 | 110010 | 0 | 0 | 11010011 | 1100011 | 110100 |
Color Harmonies of #0A80FE
Complementary color
Monochromatic Colors of #0A80FE
Black with #0A80FE
Text Example
Text Example
White with #0A80FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A80FE; }
p { color: rgb(10,128,254); }
H1.HeaderClassName
{
color: #0A80FE;
}
.AnyTagClassName
{
color: #0A80FE;
}
</style>
background-color css
<style>
a { background-color: #0A80FE; }
a { background-color: rgb(10,128,254); }
div.DivClassName
{
background-color: #0A80FE;
}
.BgClassName
{
background-color: #0A80FE;
}
</style>
border-color css
<style>
span { border-color: #0A80FE; }
span { border-color: rgb(10,128,254); }
td.TdClassName
{
border-color: #0A80FE;
}
.TagClassName
{
border-color: #0A80FE;
}
</style>