Shades of Dodger Blue #10A0F2
Tints of Dodger Blue #10A0F2
RGB
CMYK
RGB Variations
Color information
#10A0F2 (or 0x10A0F2) is known color: Dodger Blue. HEX triplet: 10, A0 and F2. RGB value is (16,160,242). Sum of RGB (Red+Green+Blue) = 16+160+242=418 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.83% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 242 (94.92% from 255 or 57.89% from 418); Max value from RGB is 242 - color contains mainly: blue. Hex color #10A0F2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A0F2 is #EF5F0D. Grayscale: #7D7D7D. Windows color (decimal): -15687438 or 15900688. OLE color: 15900688.
HSL color Cylindrical-coordinate representation of color #10A0F2: hue angle of 201.77º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10A0F2 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 160 | 242 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.05 |
| HSL | 201.77º | 0.9% | 0.51% | - |
| HSV(B) | 201.77º | 0.93% | 0.95% | - |
| XYZ | 28.81 | 31.66 | 88.6 | - |
| YUV | 126.29 | 193.29 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 160 | 242 | 0.93 | 0.34 | 0 | 0.05 | 201.77 | 0.9 | 0.51 |
| Hex | 10 | A0 | F2 | 5D | 22 | 0 | 5 | CA | 5A | 33 |
| Octal | 20 | 240 | 362 | 135 | 42 | 0 | 5 | 312 | 132 | 63 |
| Binary | 10000 | 10100000 | 11110010 | 1011101 | 100010 | 0 | 101 | 11001010 | 1011010 | 110011 |
Color Harmonies of #10A0F2
Complementary color
Monochromatic Colors of #10A0F2
Black with #10A0F2
Text Example
Text Example
White with #10A0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A0F2; }
p { color: rgb(16,160,242); }
H1.HeaderClassName
{
color: #10A0F2;
}
.AnyTagClassName
{
color: #10A0F2;
}
</style>
background-color css
<style>
a { background-color: #10A0F2; }
a { background-color: rgb(16,160,242); }
div.DivClassName
{
background-color: #10A0F2;
}
.BgClassName
{
background-color: #10A0F2;
}
</style>
border-color css
<style>
span { border-color: #10A0F2; }
span { border-color: rgb(16,160,242); }
td.TdClassName
{
border-color: #10A0F2;
}
.TagClassName
{
border-color: #10A0F2;
}
</style>