Shades of Dodger Blue #1199F7
Tints of Dodger Blue #1199F7
RGB
CMYK
RGB Variations
Color information
#1199F7 (or 0x1199F7) is known color: Dodger Blue. HEX triplet: 11, 99 and F7. RGB value is (17,153,247). Sum of RGB (Red+Green+Blue) = 17+153+247=417 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.08% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 247 (96.88% from 255 or 59.23% from 417); Max value from RGB is 247 - color contains mainly: blue. Hex color #1199F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1199F7 is #EE6608. Grayscale: #7A7A7A. Windows color (decimal): -15623689 or 16226577. OLE color: 16226577.
HSL color Cylindrical-coordinate representation of color #1199F7: hue angle of 204.52º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1199F7 is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 153 | 247 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.03 |
| HSL | 204.52º | 0.93% | 0.52% | - |
| HSV(B) | 204.52º | 0.93% | 0.97% | - |
| XYZ | 28.41 | 29.62 | 92.21 | - |
| YUV | 123.05 | 197.94 | 52.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 247 | 0.93 | 0.38 | 0 | 0.03 | 204.52 | 0.93 | 0.52 |
| Hex | 11 | 99 | F7 | 5D | 26 | 0 | 3 | CD | 5D | 34 |
| Octal | 21 | 231 | 367 | 135 | 46 | 0 | 3 | 315 | 135 | 64 |
| Binary | 10001 | 10011001 | 11110111 | 1011101 | 100110 | 0 | 11 | 11001101 | 1011101 | 110100 |
Color Harmonies of #1199F7
Complementary color
Monochromatic Colors of #1199F7
Black with #1199F7
Text Example
Text Example
White with #1199F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1199F7; }
p { color: rgb(17,153,247); }
H1.HeaderClassName
{
color: #1199F7;
}
.AnyTagClassName
{
color: #1199F7;
}
</style>
background-color css
<style>
a { background-color: #1199F7; }
a { background-color: rgb(17,153,247); }
div.DivClassName
{
background-color: #1199F7;
}
.BgClassName
{
background-color: #1199F7;
}
</style>
border-color css
<style>
span { border-color: #1199F7; }
span { border-color: rgb(17,153,247); }
td.TdClassName
{
border-color: #1199F7;
}
.TagClassName
{
border-color: #1199F7;
}
</style>