Shades of Dodger Blue #199BED
Tints of Dodger Blue #199BED
RGB
CMYK
RGB Variations
Color information
#199BED (or 0x199BED) is known color: Dodger Blue. HEX triplet: 19, 9B and ED. RGB value is (25,155,237). Sum of RGB (Red+Green+Blue) = 25+155+237=417 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.00% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #199BED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199BED is #E66412. Grayscale: #7D7D7D. Windows color (decimal): -15098899 or 15571737. OLE color: 15571737.
HSL color Cylindrical-coordinate representation of color #199BED: hue angle of 203.21º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199BED is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 155 | 237 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.07 |
| HSL | 203.21º | 0.85% | 0.51% | - |
| HSV(B) | 203.21º | 0.89% | 0.93% | - |
| XYZ | 27.41 | 29.76 | 84.42 | - |
| YUV | 125.48 | 190.93 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 237 | 0.89 | 0.35 | 0 | 0.07 | 203.21 | 0.85 | 0.51 |
| Hex | 19 | 9B | ED | 59 | 23 | 0 | 7 | CB | 55 | 33 |
| Octal | 31 | 233 | 355 | 131 | 43 | 0 | 7 | 313 | 125 | 63 |
| Binary | 11001 | 10011011 | 11101101 | 1011001 | 100011 | 0 | 111 | 11001011 | 1010101 | 110011 |
Color Harmonies of #199BED
Complementary color
Monochromatic Colors of #199BED
Black with #199BED
Text Example
Text Example
White with #199BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199BED; }
p { color: rgb(25,155,237); }
H1.HeaderClassName
{
color: #199BED;
}
.AnyTagClassName
{
color: #199BED;
}
</style>
background-color css
<style>
a { background-color: #199BED; }
a { background-color: rgb(25,155,237); }
div.DivClassName
{
background-color: #199BED;
}
.BgClassName
{
background-color: #199BED;
}
</style>
border-color css
<style>
span { border-color: #199BED; }
span { border-color: rgb(25,155,237); }
td.TdClassName
{
border-color: #199BED;
}
.TagClassName
{
border-color: #199BED;
}
</style>