Shades of Dodger Blue #119EFD
Tints of Dodger Blue #119EFD
RGB
CMYK
RGB Variations
Color information
#119EFD (or 0x119EFD) is known color: Dodger Blue. HEX triplet: 11, 9E and FD. RGB value is (17,158,253). Sum of RGB (Red+Green+Blue) = 17+158+253=428 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.97% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #119EFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119EFD is #EE6102. Grayscale: #7E7E7E. Windows color (decimal): -15622403 or 16621073. OLE color: 16621073.
HSL color Cylindrical-coordinate representation of color #119EFD: hue angle of 204.15º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119EFD is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 158 | 253 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.01 |
| HSL | 204.15º | 0.98% | 0.53% | - |
| HSV(B) | 204.15º | 0.93% | 0.99% | - |
| XYZ | 30.19 | 31.66 | 97.45 | - |
| YUV | 126.67 | 199.29 | 49.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 158 | 253 | 0.93 | 0.38 | 0 | 0.01 | 204.15 | 0.98 | 0.53 |
| Hex | 11 | 9E | FD | 5D | 26 | 0 | 1 | CC | 62 | 35 |
| Octal | 21 | 236 | 375 | 135 | 46 | 0 | 1 | 314 | 142 | 65 |
| Binary | 10001 | 10011110 | 11111101 | 1011101 | 100110 | 0 | 1 | 11001100 | 1100010 | 110101 |
Color Harmonies of #119EFD
Complementary color
Monochromatic Colors of #119EFD
Black with #119EFD
Text Example
Text Example
White with #119EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119EFD; }
p { color: rgb(17,158,253); }
H1.HeaderClassName
{
color: #119EFD;
}
.AnyTagClassName
{
color: #119EFD;
}
</style>
background-color css
<style>
a { background-color: #119EFD; }
a { background-color: rgb(17,158,253); }
div.DivClassName
{
background-color: #119EFD;
}
.BgClassName
{
background-color: #119EFD;
}
</style>
border-color css
<style>
span { border-color: #119EFD; }
span { border-color: rgb(17,158,253); }
td.TdClassName
{
border-color: #119EFD;
}
.TagClassName
{
border-color: #119EFD;
}
</style>