Shades of Dodger Blue #1198F0
Tints of Dodger Blue #1198F0
RGB
CMYK
RGB Variations
Color information
#1198F0 (or 0x1198F0) is known color: Dodger Blue. HEX triplet: 11, 98 and F0. RGB value is (17,152,240). Sum of RGB (Red+Green+Blue) = 17+152+240=409 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.16% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 240 (94.14% from 255 or 58.68% from 409); Max value from RGB is 240 - color contains mainly: blue. Hex color #1198F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1198F0 is #EE670F. Grayscale: #797979. Windows color (decimal): -15623952 or 15767569. OLE color: 15767569.
HSL color Cylindrical-coordinate representation of color #1198F0: hue angle of 203.68º 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 #1198F0 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 152 | 240 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.06 |
| HSL | 203.68º | 0.88% | 0.5% | - |
| HSV(B) | 203.68º | 0.93% | 0.94% | - |
| XYZ | 27.19 | 28.87 | 86.58 | - |
| YUV | 121.67 | 194.77 | 53.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 152 | 240 | 0.93 | 0.37 | 0 | 0.06 | 203.68 | 0.88 | 0.5 |
| Hex | 11 | 98 | F0 | 5D | 25 | 0 | 6 | CC | 58 | 32 |
| Octal | 21 | 230 | 360 | 135 | 45 | 0 | 6 | 314 | 130 | 62 |
| Binary | 10001 | 10011000 | 11110000 | 1011101 | 100101 | 0 | 110 | 11001100 | 1011000 | 110010 |
Color Harmonies of #1198F0
Complementary color
Monochromatic Colors of #1198F0
Black with #1198F0
Text Example
Text Example
White with #1198F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1198F0; }
p { color: rgb(17,152,240); }
H1.HeaderClassName
{
color: #1198F0;
}
.AnyTagClassName
{
color: #1198F0;
}
</style>
background-color css
<style>
a { background-color: #1198F0; }
a { background-color: rgb(17,152,240); }
div.DivClassName
{
background-color: #1198F0;
}
.BgClassName
{
background-color: #1198F0;
}
</style>
border-color css
<style>
span { border-color: #1198F0; }
span { border-color: rgb(17,152,240); }
td.TdClassName
{
border-color: #1198F0;
}
.TagClassName
{
border-color: #1198F0;
}
</style>