Shades of Dodger Blue #1090ED
Tints of Dodger Blue #1090ED
RGB
CMYK
RGB Variations
Color information
#1090ED (or 0x1090ED) is known color: Dodger Blue. HEX triplet: 10, 90 and ED. RGB value is (16,144,237). Sum of RGB (Red+Green+Blue) = 16+144+237=397 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.03% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #1090ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1090ED is #EF6F12. Grayscale: #737373. Windows color (decimal): -15691539 or 15568912. OLE color: 15568912.
HSL color Cylindrical-coordinate representation of color #1090ED: hue angle of 205.25º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1090ED is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 144 | 237 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.07 |
| HSL | 205.25º | 0.87% | 0.5% | - |
| HSV(B) | 205.25º | 0.93% | 0.93% | - |
| XYZ | 25.47 | 26.17 | 83.83 | - |
| YUV | 116.33 | 196.09 | 56.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 144 | 237 | 0.93 | 0.39 | 0 | 0.07 | 205.25 | 0.87 | 0.5 |
| Hex | 10 | 90 | ED | 5D | 27 | 0 | 7 | CD | 57 | 32 |
| Octal | 20 | 220 | 355 | 135 | 47 | 0 | 7 | 315 | 127 | 62 |
| Binary | 10000 | 10010000 | 11101101 | 1011101 | 100111 | 0 | 111 | 11001101 | 1010111 | 110010 |
Color Harmonies of #1090ED
Complementary color
Monochromatic Colors of #1090ED
Black with #1090ED
Text Example
Text Example
White with #1090ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1090ED; }
p { color: rgb(16,144,237); }
H1.HeaderClassName
{
color: #1090ED;
}
.AnyTagClassName
{
color: #1090ED;
}
</style>
background-color css
<style>
a { background-color: #1090ED; }
a { background-color: rgb(16,144,237); }
div.DivClassName
{
background-color: #1090ED;
}
.BgClassName
{
background-color: #1090ED;
}
</style>
border-color css
<style>
span { border-color: #1090ED; }
span { border-color: rgb(16,144,237); }
td.TdClassName
{
border-color: #1090ED;
}
.TagClassName
{
border-color: #1090ED;
}
</style>