Shades of Dodger Blue #199CEB
Tints of Dodger Blue #199CEB
RGB
CMYK
RGB Variations
Color information
#199CEB (or 0x199CEB) is known color: Dodger Blue. HEX triplet: 19, 9C and EB. RGB value is (25,156,235). Sum of RGB (Red+Green+Blue) = 25+156+235=416 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.01% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #199CEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199CEB is #E66314. Grayscale: #7D7D7D. Windows color (decimal): -15098645 or 15440921. OLE color: 15440921.
HSL color Cylindrical-coordinate representation of color #199CEB: hue angle of 202.57º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199CEB is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 156 | 235 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.08 |
| HSL | 202.57º | 0.84% | 0.51% | - |
| HSV(B) | 202.57º | 0.89% | 0.92% | - |
| XYZ | 27.28 | 29.98 | 82.95 | - |
| YUV | 125.84 | 189.6 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 235 | 0.89 | 0.34 | 0 | 0.08 | 202.57 | 0.84 | 0.51 |
| Hex | 19 | 9C | EB | 59 | 22 | 0 | 8 | CB | 54 | 33 |
| Octal | 31 | 234 | 353 | 131 | 42 | 0 | 10 | 313 | 124 | 63 |
| Binary | 11001 | 10011100 | 11101011 | 1011001 | 100010 | 0 | 1000 | 11001011 | 1010100 | 110011 |
Color Harmonies of #199CEB
Complementary color
Monochromatic Colors of #199CEB
Black with #199CEB
Text Example
Text Example
White with #199CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199CEB; }
p { color: rgb(25,156,235); }
H1.HeaderClassName
{
color: #199CEB;
}
.AnyTagClassName
{
color: #199CEB;
}
</style>
background-color css
<style>
a { background-color: #199CEB; }
a { background-color: rgb(25,156,235); }
div.DivClassName
{
background-color: #199CEB;
}
.BgClassName
{
background-color: #199CEB;
}
</style>
border-color css
<style>
span { border-color: #199CEB; }
span { border-color: rgb(25,156,235); }
td.TdClassName
{
border-color: #199CEB;
}
.TagClassName
{
border-color: #199CEB;
}
</style>