Shades of Dodger Blue #1098EE
Tints of Dodger Blue #1098EE
RGB
CMYK
RGB Variations
Color information
#1098EE (or 0x1098EE) is known color: Dodger Blue. HEX triplet: 10, 98 and EE. RGB value is (16,152,238). Sum of RGB (Red+Green+Blue) = 16+152+238=406 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.94% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 238 (93.36% from 255 or 58.62% from 406); Max value from RGB is 238 - color contains mainly: blue. Hex color #1098EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1098EE is #EF6711. Grayscale: #787878. Windows color (decimal): -15689490 or 15636496. OLE color: 15636496.
HSL color Cylindrical-coordinate representation of color #1098EE: hue angle of 203.24º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1098EE is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 152 | 238 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.07 |
| HSL | 203.24º | 0.87% | 0.5% | - |
| HSV(B) | 203.24º | 0.93% | 0.93% | - |
| XYZ | 26.87 | 28.74 | 85.02 | - |
| YUV | 121.14 | 193.94 | 53.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 152 | 238 | 0.93 | 0.36 | 0 | 0.07 | 203.24 | 0.87 | 0.5 |
| Hex | 10 | 98 | EE | 5D | 24 | 0 | 7 | CB | 57 | 32 |
| Octal | 20 | 230 | 356 | 135 | 44 | 0 | 7 | 313 | 127 | 62 |
| Binary | 10000 | 10011000 | 11101110 | 1011101 | 100100 | 0 | 111 | 11001011 | 1010111 | 110010 |
Color Harmonies of #1098EE
Complementary color
Monochromatic Colors of #1098EE
Black with #1098EE
Text Example
Text Example
White with #1098EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1098EE; }
p { color: rgb(16,152,238); }
H1.HeaderClassName
{
color: #1098EE;
}
.AnyTagClassName
{
color: #1098EE;
}
</style>
background-color css
<style>
a { background-color: #1098EE; }
a { background-color: rgb(16,152,238); }
div.DivClassName
{
background-color: #1098EE;
}
.BgClassName
{
background-color: #1098EE;
}
</style>
border-color css
<style>
span { border-color: #1098EE; }
span { border-color: rgb(16,152,238); }
td.TdClassName
{
border-color: #1098EE;
}
.TagClassName
{
border-color: #1098EE;
}
</style>