Shades of Dodger Blue #10A2FE
Tints of Dodger Blue #10A2FE
RGB
CMYK
RGB Variations
Color information
#10A2FE (or 0x10A2FE) is known color: Dodger Blue. HEX triplet: 10, A2 and FE. RGB value is (16,162,254). Sum of RGB (Red+Green+Blue) = 16+162+254=432 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.70% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #10A2FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A2FE is #EF5D01. Grayscale: #808080. Windows color (decimal): -15686914 or 16687632. OLE color: 16687632.
HSL color Cylindrical-coordinate representation of color #10A2FE: hue angle of 203.19º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10A2FE is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 162 | 254 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.00 |
| HSL | 203.19º | 0.99% | 0.53% | - |
| HSV(B) | 203.19º | 0.94% | 1% | - |
| XYZ | 31.02 | 33.11 | 98.52 | - |
| YUV | 128.83 | 198.63 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 162 | 254 | 0.94 | 0.36 | 0 | 0.00 | 203.19 | 0.99 | 0.53 |
| Hex | 10 | A2 | FE | 5E | 24 | 0 | 0 | CB | 63 | 35 |
| Octal | 20 | 242 | 376 | 136 | 44 | 0 | 0 | 313 | 143 | 65 |
| Binary | 10000 | 10100010 | 11111110 | 1011110 | 100100 | 0 | 0 | 11001011 | 1100011 | 110101 |
Color Harmonies of #10A2FE
Complementary color
Monochromatic Colors of #10A2FE
Black with #10A2FE
Text Example
Text Example
White with #10A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A2FE; }
p { color: rgb(16,162,254); }
H1.HeaderClassName
{
color: #10A2FE;
}
.AnyTagClassName
{
color: #10A2FE;
}
</style>
background-color css
<style>
a { background-color: #10A2FE; }
a { background-color: rgb(16,162,254); }
div.DivClassName
{
background-color: #10A2FE;
}
.BgClassName
{
background-color: #10A2FE;
}
</style>
border-color css
<style>
span { border-color: #10A2FE; }
span { border-color: rgb(16,162,254); }
td.TdClassName
{
border-color: #10A2FE;
}
.TagClassName
{
border-color: #10A2FE;
}
</style>