Shades of Dodger Blue #1995DD
Tints of Dodger Blue #1995DD
RGB
CMYK
RGB Variations
Color information
#1995DD (or 0x1995DD) is known color: Dodger Blue. HEX triplet: 19, 95 and DD. RGB value is (25,149,221). Sum of RGB (Red+Green+Blue) = 25+149+221=395 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.33% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #1995DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1995DD is #E66A22. Grayscale: #777777. Windows color (decimal): -15100451 or 14521625. OLE color: 14521625.
HSL color Cylindrical-coordinate representation of color #1995DD: hue angle of 202.04º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1995DD is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 149 | 221 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.13 |
| HSL | 202.04º | 0.8% | 0.48% | - |
| HSV(B) | 202.04º | 0.89% | 0.87% | - |
| XYZ | 24.2 | 26.92 | 72.33 | - |
| YUV | 120.13 | 184.92 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 149 | 221 | 0.89 | 0.33 | 0 | 0.13 | 202.04 | 0.8 | 0.48 |
| Hex | 19 | 95 | DD | 59 | 21 | 0 | D | CA | 50 | 30 |
| Octal | 31 | 225 | 335 | 131 | 41 | 0 | 15 | 312 | 120 | 60 |
| Binary | 11001 | 10010101 | 11011101 | 1011001 | 100001 | 0 | 1101 | 11001010 | 1010000 | 110000 |
Color Harmonies of #1995DD
Complementary color
Monochromatic Colors of #1995DD
Black with #1995DD
Text Example
Text Example
White with #1995DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1995DD; }
p { color: rgb(25,149,221); }
H1.HeaderClassName
{
color: #1995DD;
}
.AnyTagClassName
{
color: #1995DD;
}
</style>
background-color css
<style>
a { background-color: #1995DD; }
a { background-color: rgb(25,149,221); }
div.DivClassName
{
background-color: #1995DD;
}
.BgClassName
{
background-color: #1995DD;
}
</style>
border-color css
<style>
span { border-color: #1995DD; }
span { border-color: rgb(25,149,221); }
td.TdClassName
{
border-color: #1995DD;
}
.TagClassName
{
border-color: #1995DD;
}
</style>