Shades of Dodger Blue #199BE6
Tints of Dodger Blue #199BE6
RGB
CMYK
RGB Variations
Color information
#199BE6 (or 0x199BE6) is known color: Dodger Blue. HEX triplet: 19, 9B and E6. RGB value is (25,155,230). Sum of RGB (Red+Green+Blue) = 25+155+230=410 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.10% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 230 (90.23% from 255 or 56.10% from 410); Max value from RGB is 230 - color contains mainly: blue. Hex color #199BE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199BE6 is #E66419. Grayscale: #7C7C7C. Windows color (decimal): -15098906 or 15112985. OLE color: 15112985.
HSL color Cylindrical-coordinate representation of color #199BE6: hue angle of 201.95º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199BE6 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 155 | 230 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.10 |
| HSL | 201.95º | 0.8% | 0.5% | - |
| HSV(B) | 201.95º | 0.89% | 0.9% | - |
| XYZ | 26.41 | 29.36 | 79.14 | - |
| YUV | 124.68 | 187.43 | 56.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 230 | 0.89 | 0.33 | 0 | 0.10 | 201.95 | 0.8 | 0.5 |
| Hex | 19 | 9B | E6 | 59 | 21 | 0 | A | CA | 50 | 32 |
| Octal | 31 | 233 | 346 | 131 | 41 | 0 | 12 | 312 | 120 | 62 |
| Binary | 11001 | 10011011 | 11100110 | 1011001 | 100001 | 0 | 1010 | 11001010 | 1010000 | 110010 |
Color Harmonies of #199BE6
Complementary color
Monochromatic Colors of #199BE6
Black with #199BE6
Text Example
Text Example
White with #199BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199BE6; }
p { color: rgb(25,155,230); }
H1.HeaderClassName
{
color: #199BE6;
}
.AnyTagClassName
{
color: #199BE6;
}
</style>
background-color css
<style>
a { background-color: #199BE6; }
a { background-color: rgb(25,155,230); }
div.DivClassName
{
background-color: #199BE6;
}
.BgClassName
{
background-color: #199BE6;
}
</style>
border-color css
<style>
span { border-color: #199BE6; }
span { border-color: rgb(25,155,230); }
td.TdClassName
{
border-color: #199BE6;
}
.TagClassName
{
border-color: #199BE6;
}
</style>