Shades of Dodger Blue #1091F0
Tints of Dodger Blue #1091F0
RGB
CMYK
RGB Variations
Color information
#1091F0 (or 0x1091F0) is known color: Dodger Blue. HEX triplet: 10, 91 and F0. RGB value is (16,145,240). Sum of RGB (Red+Green+Blue) = 16+145+240=401 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.99% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 240 (94.14% from 255 or 59.85% from 401); Max value from RGB is 240 - color contains mainly: blue. Hex color #1091F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1091F0 is #EF6E0F. Grayscale: #747474. Windows color (decimal): -15691280 or 15765776. OLE color: 15765776.
HSL color Cylindrical-coordinate representation of color #1091F0: hue angle of 205.45º 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 #1091F0 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 145 | 240 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.06 |
| HSL | 205.45º | 0.88% | 0.5% | - |
| HSV(B) | 205.45º | 0.93% | 0.94% | - |
| XYZ | 26.07 | 26.65 | 86.21 | - |
| YUV | 117.26 | 197.26 | 55.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 145 | 240 | 0.93 | 0.40 | 0 | 0.06 | 205.45 | 0.88 | 0.5 |
| Hex | 10 | 91 | F0 | 5D | 28 | 0 | 6 | CD | 58 | 32 |
| Octal | 20 | 221 | 360 | 135 | 50 | 0 | 6 | 315 | 130 | 62 |
| Binary | 10000 | 10010001 | 11110000 | 1011101 | 101000 | 0 | 110 | 11001101 | 1011000 | 110010 |
Color Harmonies of #1091F0
Complementary color
Monochromatic Colors of #1091F0
Black with #1091F0
Text Example
Text Example
White with #1091F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1091F0; }
p { color: rgb(16,145,240); }
H1.HeaderClassName
{
color: #1091F0;
}
.AnyTagClassName
{
color: #1091F0;
}
</style>
background-color css
<style>
a { background-color: #1091F0; }
a { background-color: rgb(16,145,240); }
div.DivClassName
{
background-color: #1091F0;
}
.BgClassName
{
background-color: #1091F0;
}
</style>
border-color css
<style>
span { border-color: #1091F0; }
span { border-color: rgb(16,145,240); }
td.TdClassName
{
border-color: #1091F0;
}
.TagClassName
{
border-color: #1091F0;
}
</style>