Shades of Dodger Blue #119BEF
Tints of Dodger Blue #119BEF
RGB
CMYK
RGB Variations
Color information
#119BEF (or 0x119BEF) is known color: Dodger Blue. HEX triplet: 11, 9B and EF. RGB value is (17,155,239). Sum of RGB (Red+Green+Blue) = 17+155+239=411 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.14% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #119BEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119BEF is #EE6410. Grayscale: #7A7A7A. Windows color (decimal): -15623185 or 15702801. OLE color: 15702801.
HSL color Cylindrical-coordinate representation of color #119BEF: hue angle of 202.7º degrees, saturation: 0.87, 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 #119BEF is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 155 | 239 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.06 |
| HSL | 202.7º | 0.87% | 0.5% | - |
| HSV(B) | 202.7º | 0.93% | 0.94% | - |
| XYZ | 27.53 | 29.79 | 85.96 | - |
| YUV | 123.31 | 193.28 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 239 | 0.93 | 0.35 | 0 | 0.06 | 202.7 | 0.87 | 0.5 |
| Hex | 11 | 9B | EF | 5D | 23 | 0 | 6 | CB | 57 | 32 |
| Octal | 21 | 233 | 357 | 135 | 43 | 0 | 6 | 313 | 127 | 62 |
| Binary | 10001 | 10011011 | 11101111 | 1011101 | 100011 | 0 | 110 | 11001011 | 1010111 | 110010 |
Color Harmonies of #119BEF
Complementary color
Monochromatic Colors of #119BEF
Black with #119BEF
Text Example
Text Example
White with #119BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119BEF; }
p { color: rgb(17,155,239); }
H1.HeaderClassName
{
color: #119BEF;
}
.AnyTagClassName
{
color: #119BEF;
}
</style>
background-color css
<style>
a { background-color: #119BEF; }
a { background-color: rgb(17,155,239); }
div.DivClassName
{
background-color: #119BEF;
}
.BgClassName
{
background-color: #119BEF;
}
</style>
border-color css
<style>
span { border-color: #119BEF; }
span { border-color: rgb(17,155,239); }
td.TdClassName
{
border-color: #119BEF;
}
.TagClassName
{
border-color: #119BEF;
}
</style>