Shades of Dodger Blue #10A2FA
Tints of Dodger Blue #10A2FA
RGB
CMYK
RGB Variations
Color information
#10A2FA (or 0x10A2FA) is known color: Dodger Blue. HEX triplet: 10, A2 and FA. RGB value is (16,162,250). Sum of RGB (Red+Green+Blue) = 16+162+250=428 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.74% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #10A2FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A2FA is #EF5D05. Grayscale: #7F7F7F. Windows color (decimal): -15686918 or 16425488. OLE color: 16425488.
HSL color Cylindrical-coordinate representation of color #10A2FA: hue angle of 202.56º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10A2FA is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 162 | 250 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.02 |
| HSL | 202.56º | 0.96% | 0.52% | - |
| HSV(B) | 202.56º | 0.94% | 0.98% | - |
| XYZ | 30.39 | 32.85 | 95.18 | - |
| YUV | 128.38 | 196.63 | 47.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 162 | 250 | 0.94 | 0.35 | 0 | 0.02 | 202.56 | 0.96 | 0.52 |
| Hex | 10 | A2 | FA | 5E | 23 | 0 | 2 | CB | 60 | 34 |
| Octal | 20 | 242 | 372 | 136 | 43 | 0 | 2 | 313 | 140 | 64 |
| Binary | 10000 | 10100010 | 11111010 | 1011110 | 100011 | 0 | 10 | 11001011 | 1100000 | 110100 |
Color Harmonies of #10A2FA
Complementary color
Monochromatic Colors of #10A2FA
Black with #10A2FA
Text Example
Text Example
White with #10A2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A2FA; }
p { color: rgb(16,162,250); }
H1.HeaderClassName
{
color: #10A2FA;
}
.AnyTagClassName
{
color: #10A2FA;
}
</style>
background-color css
<style>
a { background-color: #10A2FA; }
a { background-color: rgb(16,162,250); }
div.DivClassName
{
background-color: #10A2FA;
}
.BgClassName
{
background-color: #10A2FA;
}
</style>
border-color css
<style>
span { border-color: #10A2FA; }
span { border-color: rgb(16,162,250); }
td.TdClassName
{
border-color: #10A2FA;
}
.TagClassName
{
border-color: #10A2FA;
}
</style>