Shades of Dodger Blue #118CF9
Tints of Dodger Blue #118CF9
RGB
CMYK
RGB Variations
Color information
#118CF9 (or 0x118CF9) is known color: Dodger Blue. HEX triplet: 11, 8C and F9. RGB value is (17,140,249). Sum of RGB (Red+Green+Blue) = 17+140+249=406 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.19% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 249 (97.66% from 255 or 61.33% from 406); Max value from RGB is 249 - color contains mainly: blue. Hex color #118CF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118CF9 is #EE7306. Grayscale: #737373. Windows color (decimal): -15627015 or 16354321. OLE color: 16354321.
HSL color Cylindrical-coordinate representation of color #118CF9: hue angle of 208.19º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118CF9 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 140 | 249 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.02 |
| HSL | 208.19º | 0.95% | 0.52% | - |
| HSV(B) | 208.19º | 0.93% | 0.98% | - |
| XYZ | 26.71 | 25.71 | 93.18 | - |
| YUV | 115.65 | 203.25 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 140 | 249 | 0.93 | 0.44 | 0 | 0.02 | 208.19 | 0.95 | 0.52 |
| Hex | 11 | 8C | F9 | 5D | 2C | 0 | 2 | D0 | 5F | 34 |
| Octal | 21 | 214 | 371 | 135 | 54 | 0 | 2 | 320 | 137 | 64 |
| Binary | 10001 | 10001100 | 11111001 | 1011101 | 101100 | 0 | 10 | 11010000 | 1011111 | 110100 |
Color Harmonies of #118CF9
Complementary color
Monochromatic Colors of #118CF9
Black with #118CF9
Text Example
Text Example
White with #118CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118CF9; }
p { color: rgb(17,140,249); }
H1.HeaderClassName
{
color: #118CF9;
}
.AnyTagClassName
{
color: #118CF9;
}
</style>
background-color css
<style>
a { background-color: #118CF9; }
a { background-color: rgb(17,140,249); }
div.DivClassName
{
background-color: #118CF9;
}
.BgClassName
{
background-color: #118CF9;
}
</style>
border-color css
<style>
span { border-color: #118CF9; }
span { border-color: rgb(17,140,249); }
td.TdClassName
{
border-color: #118CF9;
}
.TagClassName
{
border-color: #118CF9;
}
</style>