Shades of Dodger Blue #0A80FC
Tints of Dodger Blue #0A80FC
RGB
CMYK
RGB Variations
Color information
#0A80FC (or 0x0A80FC) is known color: Dodger Blue. HEX triplet: 0A, 80 and FC. RGB value is (10,128,252). Sum of RGB (Red+Green+Blue) = 10+128+252=390 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 252 (98.83% from 255 or 64.62% from 390); Max value from RGB is 252 - color contains mainly: blue. Hex color #0A80FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A80FC is #F57F03. Grayscale: #6A6A6A. Windows color (decimal): -16088836 or 16547850. OLE color: 16547850.
HSL color Cylindrical-coordinate representation of color #0A80FC: hue angle of 210.74º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A80FC is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 128 | 252 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.01 |
| HSL | 210.74º | 0.98% | 0.51% | - |
| HSV(B) | 210.74º | 0.96% | 0.99% | - |
| XYZ | 25.42 | 22.53 | 95.1 | - |
| YUV | 106.85 | 209.91 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 128 | 252 | 0.96 | 0.49 | 0 | 0.01 | 210.74 | 0.98 | 0.51 |
| Hex | A | 80 | FC | 60 | 31 | 0 | 1 | D3 | 62 | 33 |
| Octal | 12 | 200 | 374 | 140 | 61 | 0 | 1 | 323 | 142 | 63 |
| Binary | 1010 | 10000000 | 11111100 | 1100000 | 110001 | 0 | 1 | 11010011 | 1100010 | 110011 |
Color Harmonies of #0A80FC
Complementary color
Monochromatic Colors of #0A80FC
Black with #0A80FC
Text Example
Text Example
White with #0A80FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A80FC; }
p { color: rgb(10,128,252); }
H1.HeaderClassName
{
color: #0A80FC;
}
.AnyTagClassName
{
color: #0A80FC;
}
</style>
background-color css
<style>
a { background-color: #0A80FC; }
a { background-color: rgb(10,128,252); }
div.DivClassName
{
background-color: #0A80FC;
}
.BgClassName
{
background-color: #0A80FC;
}
</style>
border-color css
<style>
span { border-color: #0A80FC; }
span { border-color: rgb(10,128,252); }
td.TdClassName
{
border-color: #0A80FC;
}
.TagClassName
{
border-color: #0A80FC;
}
</style>