Shades of Dodger Blue #1090DF
Tints of Dodger Blue #1090DF
RGB
CMYK
RGB Variations
Color information
#1090DF (or 0x1090DF) is known color: Dodger Blue. HEX triplet: 10, 90 and DF. RGB value is (16,144,223). Sum of RGB (Red+Green+Blue) = 16+144+223=383 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.18% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #1090DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1090DF is #EF6F20. Grayscale: #727272. Windows color (decimal): -15691553 or 14651408. OLE color: 14651408.
HSL color Cylindrical-coordinate representation of color #1090DF: hue angle of 202.9º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1090DF is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 144 | 223 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.13 |
| HSL | 202.9º | 0.87% | 0.47% | - |
| HSV(B) | 202.9º | 0.93% | 0.87% | - |
| XYZ | 23.51 | 25.38 | 73.47 | - |
| YUV | 114.73 | 189.09 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 144 | 223 | 0.93 | 0.35 | 0 | 0.13 | 202.9 | 0.87 | 0.47 |
| Hex | 10 | 90 | DF | 5D | 23 | 0 | D | CB | 57 | 2F |
| Octal | 20 | 220 | 337 | 135 | 43 | 0 | 15 | 313 | 127 | 57 |
| Binary | 10000 | 10010000 | 11011111 | 1011101 | 100011 | 0 | 1101 | 11001011 | 1010111 | 101111 |
Color Harmonies of #1090DF
Complementary color
Monochromatic Colors of #1090DF
Black with #1090DF
Text Example
Text Example
White with #1090DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1090DF; }
p { color: rgb(16,144,223); }
H1.HeaderClassName
{
color: #1090DF;
}
.AnyTagClassName
{
color: #1090DF;
}
</style>
background-color css
<style>
a { background-color: #1090DF; }
a { background-color: rgb(16,144,223); }
div.DivClassName
{
background-color: #1090DF;
}
.BgClassName
{
background-color: #1090DF;
}
</style>
border-color css
<style>
span { border-color: #1090DF; }
span { border-color: rgb(16,144,223); }
td.TdClassName
{
border-color: #1090DF;
}
.TagClassName
{
border-color: #1090DF;
}
</style>