Shades of Dodger Blue #1090F0
Tints of Dodger Blue #1090F0
RGB
CMYK
RGB Variations
Color information
#1090F0 (or 0x1090F0) is known color: Dodger Blue. HEX triplet: 10, 90 and F0. RGB value is (16,144,240). Sum of RGB (Red+Green+Blue) = 16+144+240=400 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 240 (94.14% from 255 or 60% from 400); Max value from RGB is 240 - color contains mainly: blue. Hex color #1090F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1090F0 is #EF6F0F. Grayscale: #747474. Windows color (decimal): -15691536 or 15765520. OLE color: 15765520.
HSL color Cylindrical-coordinate representation of color #1090F0: hue angle of 205.71º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1090F0 is Cyan = 0.93, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 144 | 240 | - |
| CMYK | 0.93 | 0.4 | 0 | 0.06 |
| HSL | 205.71º | 0.88% | 0.5% | - |
| HSV(B) | 205.71º | 0.93% | 0.94% | - |
| XYZ | 25.92 | 26.35 | 86.16 | - |
| YUV | 116.67 | 197.59 | 56.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 144 | 240 | 0.93 | 0.4 | 0 | 0.06 | 205.71 | 0.88 | 0.5 |
| Hex | 10 | 90 | F0 | 5D | 28 | 0 | 6 | CE | 58 | 32 |
| Octal | 20 | 220 | 360 | 135 | 50 | 0 | 6 | 316 | 130 | 62 |
| Binary | 10000 | 10010000 | 11110000 | 1011101 | 101000 | 0 | 110 | 11001110 | 1011000 | 110010 |
Color Harmonies of #1090F0
Complementary color
Monochromatic Colors of #1090F0
Black with #1090F0
Text Example
Text Example
White with #1090F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1090F0; }
p { color: rgb(16,144,240); }
H1.HeaderClassName
{
color: #1090F0;
}
.AnyTagClassName
{
color: #1090F0;
}
</style>
background-color css
<style>
a { background-color: #1090F0; }
a { background-color: rgb(16,144,240); }
div.DivClassName
{
background-color: #1090F0;
}
.BgClassName
{
background-color: #1090F0;
}
</style>
border-color css
<style>
span { border-color: #1090F0; }
span { border-color: rgb(16,144,240); }
td.TdClassName
{
border-color: #1090F0;
}
.TagClassName
{
border-color: #1090F0;
}
</style>