Shades of Dodger Blue #1097F0
Tints of Dodger Blue #1097F0
RGB
CMYK
RGB Variations
Color information
#1097F0 (or 0x1097F0) is known color: Dodger Blue. HEX triplet: 10, 97 and F0. RGB value is (16,151,240). Sum of RGB (Red+Green+Blue) = 16+151+240=407 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.93% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 240 (94.14% from 255 or 58.97% from 407); Max value from RGB is 240 - color contains mainly: blue. Hex color #1097F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1097F0 is #EF680F. Grayscale: #787878. Windows color (decimal): -15689744 or 15767312. OLE color: 15767312.
HSL color Cylindrical-coordinate representation of color #1097F0: hue angle of 203.84º 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 #1097F0 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 151 | 240 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.06 |
| HSL | 203.84º | 0.88% | 0.5% | - |
| HSV(B) | 203.84º | 0.93% | 0.94% | - |
| XYZ | 27.01 | 28.53 | 86.52 | - |
| YUV | 120.78 | 195.27 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 151 | 240 | 0.93 | 0.37 | 0 | 0.06 | 203.84 | 0.88 | 0.5 |
| Hex | 10 | 97 | F0 | 5D | 25 | 0 | 6 | CC | 58 | 32 |
| Octal | 20 | 227 | 360 | 135 | 45 | 0 | 6 | 314 | 130 | 62 |
| Binary | 10000 | 10010111 | 11110000 | 1011101 | 100101 | 0 | 110 | 11001100 | 1011000 | 110010 |
Color Harmonies of #1097F0
Complementary color
Monochromatic Colors of #1097F0
Black with #1097F0
Text Example
Text Example
White with #1097F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1097F0; }
p { color: rgb(16,151,240); }
H1.HeaderClassName
{
color: #1097F0;
}
.AnyTagClassName
{
color: #1097F0;
}
</style>
background-color css
<style>
a { background-color: #1097F0; }
a { background-color: rgb(16,151,240); }
div.DivClassName
{
background-color: #1097F0;
}
.BgClassName
{
background-color: #1097F0;
}
</style>
border-color css
<style>
span { border-color: #1097F0; }
span { border-color: rgb(16,151,240); }
td.TdClassName
{
border-color: #1097F0;
}
.TagClassName
{
border-color: #1097F0;
}
</style>