Shades of Dodger Blue #1995DE
Tints of Dodger Blue #1995DE
RGB
CMYK
RGB Variations
Color information
#1995DE (or 0x1995DE) is known color: Dodger Blue. HEX triplet: 19, 95 and DE. RGB value is (25,149,222). Sum of RGB (Red+Green+Blue) = 25+149+222=396 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.31% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #1995DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1995DE is #E66A21. Grayscale: #777777. Windows color (decimal): -15100450 or 14587161. OLE color: 14587161.
HSL color Cylindrical-coordinate representation of color #1995DE: hue angle of 202.23º 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 #1995DE is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 149 | 222 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.13 |
| HSL | 202.23º | 0.8% | 0.48% | - |
| HSV(B) | 202.23º | 0.89% | 0.87% | - |
| XYZ | 24.33 | 26.98 | 73.03 | - |
| YUV | 120.25 | 185.42 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 149 | 222 | 0.89 | 0.33 | 0 | 0.13 | 202.23 | 0.8 | 0.48 |
| Hex | 19 | 95 | DE | 59 | 21 | 0 | D | CA | 50 | 30 |
| Octal | 31 | 225 | 336 | 131 | 41 | 0 | 15 | 312 | 120 | 60 |
| Binary | 11001 | 10010101 | 11011110 | 1011001 | 100001 | 0 | 1101 | 11001010 | 1010000 | 110000 |
Color Harmonies of #1995DE
Complementary color
Monochromatic Colors of #1995DE
Black with #1995DE
Text Example
Text Example
White with #1995DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1995DE; }
p { color: rgb(25,149,222); }
H1.HeaderClassName
{
color: #1995DE;
}
.AnyTagClassName
{
color: #1995DE;
}
</style>
background-color css
<style>
a { background-color: #1995DE; }
a { background-color: rgb(25,149,222); }
div.DivClassName
{
background-color: #1995DE;
}
.BgClassName
{
background-color: #1995DE;
}
</style>
border-color css
<style>
span { border-color: #1995DE; }
span { border-color: rgb(25,149,222); }
td.TdClassName
{
border-color: #1995DE;
}
.TagClassName
{
border-color: #1995DE;
}
</style>