Shades of Dodger Blue #119BFE
Tints of Dodger Blue #119BFE
RGB
CMYK
RGB Variations
Color information
#119BFE (or 0x119BFE) is known color: Dodger Blue. HEX triplet: 11, 9B and FE. RGB value is (17,155,254). Sum of RGB (Red+Green+Blue) = 17+155+254=426 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.99% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #119BFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119BFE is #EE6401. Grayscale: #7C7C7C. Windows color (decimal): -15623170 or 16685841. OLE color: 16685841.
HSL color Cylindrical-coordinate representation of color #119BFE: hue angle of 205.06º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119BFE is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 155 | 254 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.00 |
| HSL | 205.06º | 0.99% | 0.53% | - |
| HSV(B) | 205.06º | 0.93% | 1% | - |
| XYZ | 29.84 | 30.72 | 98.12 | - |
| YUV | 125.02 | 200.78 | 50.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 254 | 0.93 | 0.39 | 0 | 0.00 | 205.06 | 0.99 | 0.53 |
| Hex | 11 | 9B | FE | 5D | 27 | 0 | 0 | CD | 63 | 35 |
| Octal | 21 | 233 | 376 | 135 | 47 | 0 | 0 | 315 | 143 | 65 |
| Binary | 10001 | 10011011 | 11111110 | 1011101 | 100111 | 0 | 0 | 11001101 | 1100011 | 110101 |
Color Harmonies of #119BFE
Complementary color
Monochromatic Colors of #119BFE
Black with #119BFE
Text Example
Text Example
White with #119BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119BFE; }
p { color: rgb(17,155,254); }
H1.HeaderClassName
{
color: #119BFE;
}
.AnyTagClassName
{
color: #119BFE;
}
</style>
background-color css
<style>
a { background-color: #119BFE; }
a { background-color: rgb(17,155,254); }
div.DivClassName
{
background-color: #119BFE;
}
.BgClassName
{
background-color: #119BFE;
}
</style>
border-color css
<style>
span { border-color: #119BFE; }
span { border-color: rgb(17,155,254); }
td.TdClassName
{
border-color: #119BFE;
}
.TagClassName
{
border-color: #119BFE;
}
</style>