Shades of Dodger Blue #119BF8
Tints of Dodger Blue #119BF8
RGB
CMYK
RGB Variations
Color information
#119BF8 (or 0x119BF8) is known color: Dodger Blue. HEX triplet: 11, 9B and F8. RGB value is (17,155,248). Sum of RGB (Red+Green+Blue) = 17+155+248=420 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.05% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 248 (97.27% from 255 or 59.05% from 420); Max value from RGB is 248 - color contains mainly: blue. Hex color #119BF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119BF8 is #EE6407. Grayscale: #7B7B7B. Windows color (decimal): -15623176 or 16292625. OLE color: 16292625.
HSL color Cylindrical-coordinate representation of color #119BF8: hue angle of 204.16º degrees, saturation: 0.94, 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 #119BF8 is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 155 | 248 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.03 |
| HSL | 204.16º | 0.94% | 0.52% | - |
| HSV(B) | 204.16º | 0.93% | 0.97% | - |
| XYZ | 28.9 | 30.34 | 93.14 | - |
| YUV | 124.34 | 197.78 | 51.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 248 | 0.93 | 0.38 | 0 | 0.03 | 204.16 | 0.94 | 0.52 |
| Hex | 11 | 9B | F8 | 5D | 26 | 0 | 3 | CC | 5E | 34 |
| Octal | 21 | 233 | 370 | 135 | 46 | 0 | 3 | 314 | 136 | 64 |
| Binary | 10001 | 10011011 | 11111000 | 1011101 | 100110 | 0 | 11 | 11001100 | 1011110 | 110100 |
Color Harmonies of #119BF8
Complementary color
Monochromatic Colors of #119BF8
Black with #119BF8
Text Example
Text Example
White with #119BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119BF8; }
p { color: rgb(17,155,248); }
H1.HeaderClassName
{
color: #119BF8;
}
.AnyTagClassName
{
color: #119BF8;
}
</style>
background-color css
<style>
a { background-color: #119BF8; }
a { background-color: rgb(17,155,248); }
div.DivClassName
{
background-color: #119BF8;
}
.BgClassName
{
background-color: #119BF8;
}
</style>
border-color css
<style>
span { border-color: #119BF8; }
span { border-color: rgb(17,155,248); }
td.TdClassName
{
border-color: #119BF8;
}
.TagClassName
{
border-color: #119BF8;
}
</style>