Shades of Dodger Blue #1090E1
Tints of Dodger Blue #1090E1
RGB
CMYK
RGB Variations
Color information
#1090E1 (or 0x1090E1) is known color: Dodger Blue. HEX triplet: 10, 90 and E1. RGB value is (16,144,225). Sum of RGB (Red+Green+Blue) = 16+144+225=385 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.16% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 225 (88.28% from 255 or 58.44% from 385); Max value from RGB is 225 - color contains mainly: blue. Hex color #1090E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1090E1 is #EF6F1E. Grayscale: #727272. Windows color (decimal): -15691551 or 14782480. OLE color: 14782480.
HSL color Cylindrical-coordinate representation of color #1090E1: hue angle of 203.25º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1090E1 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 144 | 225 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.12 |
| HSL | 203.25º | 0.87% | 0.47% | - |
| HSV(B) | 203.25º | 0.93% | 0.88% | - |
| XYZ | 23.78 | 25.49 | 74.9 | - |
| YUV | 114.96 | 190.09 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 144 | 225 | 0.93 | 0.36 | 0 | 0.12 | 203.25 | 0.87 | 0.47 |
| Hex | 10 | 90 | E1 | 5D | 24 | 0 | C | CB | 57 | 2F |
| Octal | 20 | 220 | 341 | 135 | 44 | 0 | 14 | 313 | 127 | 57 |
| Binary | 10000 | 10010000 | 11100001 | 1011101 | 100100 | 0 | 1100 | 11001011 | 1010111 | 101111 |
Color Harmonies of #1090E1
Complementary color
Monochromatic Colors of #1090E1
Black with #1090E1
Text Example
Text Example
White with #1090E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1090E1; }
p { color: rgb(16,144,225); }
H1.HeaderClassName
{
color: #1090E1;
}
.AnyTagClassName
{
color: #1090E1;
}
</style>
background-color css
<style>
a { background-color: #1090E1; }
a { background-color: rgb(16,144,225); }
div.DivClassName
{
background-color: #1090E1;
}
.BgClassName
{
background-color: #1090E1;
}
</style>
border-color css
<style>
span { border-color: #1090E1; }
span { border-color: rgb(16,144,225); }
td.TdClassName
{
border-color: #1090E1;
}
.TagClassName
{
border-color: #1090E1;
}
</style>