Shades of Dodger Blue #10A6F2
Tints of Dodger Blue #10A6F2
RGB
CMYK
RGB Variations
Color information
#10A6F2 (or 0x10A6F2) is known color: Dodger Blue. HEX triplet: 10, A6 and F2. RGB value is (16,166,242). Sum of RGB (Red+Green+Blue) = 16+166+242=424 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.77% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 242 (94.92% from 255 or 57.08% from 424); Max value from RGB is 242 - color contains mainly: blue. Hex color #10A6F2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A6F2 is #EF590D. Grayscale: #818181. Windows color (decimal): -15685902 or 15902224. OLE color: 15902224.
HSL color Cylindrical-coordinate representation of color #10A6F2: hue angle of 200.18º 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 #10A6F2 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 166 | 242 | - |
| CMYK | 0.93 | 0.31 | 0 | 0.05 |
| HSL | 200.18º | 0.9% | 0.51% | - |
| HSV(B) | 200.18º | 0.93% | 0.95% | - |
| XYZ | 29.88 | 33.79 | 88.95 | - |
| YUV | 129.81 | 191.31 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 166 | 242 | 0.93 | 0.31 | 0 | 0.05 | 200.18 | 0.9 | 0.51 |
| Hex | 10 | A6 | F2 | 5D | 1F | 0 | 5 | C8 | 5A | 33 |
| Octal | 20 | 246 | 362 | 135 | 37 | 0 | 5 | 310 | 132 | 63 |
| Binary | 10000 | 10100110 | 11110010 | 1011101 | 11111 | 0 | 101 | 11001000 | 1011010 | 110011 |
Color Harmonies of #10A6F2
Complementary color
Monochromatic Colors of #10A6F2
Black with #10A6F2
Text Example
Text Example
White with #10A6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A6F2; }
p { color: rgb(16,166,242); }
H1.HeaderClassName
{
color: #10A6F2;
}
.AnyTagClassName
{
color: #10A6F2;
}
</style>
background-color css
<style>
a { background-color: #10A6F2; }
a { background-color: rgb(16,166,242); }
div.DivClassName
{
background-color: #10A6F2;
}
.BgClassName
{
background-color: #10A6F2;
}
</style>
border-color css
<style>
span { border-color: #10A6F2; }
span { border-color: rgb(16,166,242); }
td.TdClassName
{
border-color: #10A6F2;
}
.TagClassName
{
border-color: #10A6F2;
}
</style>