Shades of Dodger Blue #1098F0
Tints of Dodger Blue #1098F0
RGB
CMYK
RGB Variations
Color information
#1098F0 (or 0x1098F0) is known color: Dodger Blue. HEX triplet: 10, 98 and F0. RGB value is (16,152,240). Sum of RGB (Red+Green+Blue) = 16+152+240=408 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.92% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 240 (94.14% from 255 or 58.82% from 408); Max value from RGB is 240 - color contains mainly: blue. Hex color #1098F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1098F0 is #EF670F. Grayscale: #787878. Windows color (decimal): -15689488 or 15767568. OLE color: 15767568.
HSL color Cylindrical-coordinate representation of color #1098F0: hue angle of 203.57º 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 #1098F0 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 152 | 240 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.06 |
| HSL | 203.57º | 0.88% | 0.5% | - |
| HSV(B) | 203.57º | 0.93% | 0.94% | - |
| XYZ | 27.17 | 28.86 | 86.58 | - |
| YUV | 121.37 | 194.94 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 152 | 240 | 0.93 | 0.37 | 0 | 0.06 | 203.57 | 0.88 | 0.5 |
| Hex | 10 | 98 | F0 | 5D | 25 | 0 | 6 | CC | 58 | 32 |
| Octal | 20 | 230 | 360 | 135 | 45 | 0 | 6 | 314 | 130 | 62 |
| Binary | 10000 | 10011000 | 11110000 | 1011101 | 100101 | 0 | 110 | 11001100 | 1011000 | 110010 |
Color Harmonies of #1098F0
Complementary color
Monochromatic Colors of #1098F0
Black with #1098F0
Text Example
Text Example
White with #1098F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1098F0; }
p { color: rgb(16,152,240); }
H1.HeaderClassName
{
color: #1098F0;
}
.AnyTagClassName
{
color: #1098F0;
}
</style>
background-color css
<style>
a { background-color: #1098F0; }
a { background-color: rgb(16,152,240); }
div.DivClassName
{
background-color: #1098F0;
}
.BgClassName
{
background-color: #1098F0;
}
</style>
border-color css
<style>
span { border-color: #1098F0; }
span { border-color: rgb(16,152,240); }
td.TdClassName
{
border-color: #1098F0;
}
.TagClassName
{
border-color: #1098F0;
}
</style>