Shades of Dodger Blue #1097EB
Tints of Dodger Blue #1097EB
RGB
CMYK
RGB Variations
Color information
#1097EB (or 0x1097EB) is known color: Dodger Blue. HEX triplet: 10, 97 and EB. RGB value is (16,151,235). Sum of RGB (Red+Green+Blue) = 16+151+235=402 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.98% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 235 (92.19% from 255 or 58.46% from 402); Max value from RGB is 235 - color contains mainly: blue. Hex color #1097EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1097EB is #EF6814. Grayscale: #777777. Windows color (decimal): -15689749 or 15439632. OLE color: 15439632.
HSL color Cylindrical-coordinate representation of color #1097EB: hue angle of 203.01º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1097EB is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 151 | 235 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.08 |
| HSL | 203.01º | 0.87% | 0.49% | - |
| HSV(B) | 203.01º | 0.93% | 0.92% | - |
| XYZ | 26.28 | 28.24 | 82.66 | - |
| YUV | 120.21 | 192.77 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 151 | 235 | 0.93 | 0.36 | 0 | 0.08 | 203.01 | 0.87 | 0.49 |
| Hex | 10 | 97 | EB | 5D | 24 | 0 | 8 | CB | 57 | 31 |
| Octal | 20 | 227 | 353 | 135 | 44 | 0 | 10 | 313 | 127 | 61 |
| Binary | 10000 | 10010111 | 11101011 | 1011101 | 100100 | 0 | 1000 | 11001011 | 1010111 | 110001 |
Color Harmonies of #1097EB
Complementary color
Monochromatic Colors of #1097EB
Black with #1097EB
Text Example
Text Example
White with #1097EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1097EB; }
p { color: rgb(16,151,235); }
H1.HeaderClassName
{
color: #1097EB;
}
.AnyTagClassName
{
color: #1097EB;
}
</style>
background-color css
<style>
a { background-color: #1097EB; }
a { background-color: rgb(16,151,235); }
div.DivClassName
{
background-color: #1097EB;
}
.BgClassName
{
background-color: #1097EB;
}
</style>
border-color css
<style>
span { border-color: #1097EB; }
span { border-color: rgb(16,151,235); }
td.TdClassName
{
border-color: #1097EB;
}
.TagClassName
{
border-color: #1097EB;
}
</style>