Shades of Dodger Blue #1090F3
Tints of Dodger Blue #1090F3
RGB
CMYK
RGB Variations
Color information
#1090F3 (or 0x1090F3) is known color: Dodger Blue. HEX triplet: 10, 90 and F3. RGB value is (16,144,243). Sum of RGB (Red+Green+Blue) = 16+144+243=403 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.97% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 243 (95.31% from 255 or 60.30% from 403); Max value from RGB is 243 - color contains mainly: blue. Hex color #1090F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1090F3 is #EF6F0C. Grayscale: #747474. Windows color (decimal): -15691533 or 15962128. OLE color: 15962128.
HSL color Cylindrical-coordinate representation of color #1090F3: hue angle of 206.17º 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 #1090F3 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 144 | 243 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.05 |
| HSL | 206.17º | 0.9% | 0.51% | - |
| HSV(B) | 206.17º | 0.93% | 0.95% | - |
| XYZ | 26.36 | 26.53 | 88.52 | - |
| YUV | 117.01 | 199.09 | 55.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 144 | 243 | 0.93 | 0.41 | 0 | 0.05 | 206.17 | 0.9 | 0.51 |
| Hex | 10 | 90 | F3 | 5D | 29 | 0 | 5 | CE | 5A | 33 |
| Octal | 20 | 220 | 363 | 135 | 51 | 0 | 5 | 316 | 132 | 63 |
| Binary | 10000 | 10010000 | 11110011 | 1011101 | 101001 | 0 | 101 | 11001110 | 1011010 | 110011 |
Color Harmonies of #1090F3
Complementary color
Monochromatic Colors of #1090F3
Black with #1090F3
Text Example
Text Example
White with #1090F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1090F3; }
p { color: rgb(16,144,243); }
H1.HeaderClassName
{
color: #1090F3;
}
.AnyTagClassName
{
color: #1090F3;
}
</style>
background-color css
<style>
a { background-color: #1090F3; }
a { background-color: rgb(16,144,243); }
div.DivClassName
{
background-color: #1090F3;
}
.BgClassName
{
background-color: #1090F3;
}
</style>
border-color css
<style>
span { border-color: #1090F3; }
span { border-color: rgb(16,144,243); }
td.TdClassName
{
border-color: #1090F3;
}
.TagClassName
{
border-color: #1090F3;
}
</style>