Shades of Dodger Blue #1995EE
Tints of Dodger Blue #1995EE
RGB
CMYK
RGB Variations
Color information
#1995EE (or 0x1995EE) is known color: Dodger Blue. HEX triplet: 19, 95 and EE. RGB value is (25,149,238). Sum of RGB (Red+Green+Blue) = 25+149+238=412 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.07% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 238 (93.36% from 255 or 57.77% from 412); Max value from RGB is 238 - color contains mainly: blue. Hex color #1995EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1995EE is #E66A11. Grayscale: #797979. Windows color (decimal): -15100434 or 15635737. OLE color: 15635737.
HSL color Cylindrical-coordinate representation of color #1995EE: hue angle of 205.07º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1995EE is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 149 | 238 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.07 |
| HSL | 205.07º | 0.86% | 0.52% | - |
| HSV(B) | 205.07º | 0.89% | 0.93% | - |
| XYZ | 26.58 | 27.87 | 84.87 | - |
| YUV | 122.07 | 193.42 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 149 | 238 | 0.89 | 0.37 | 0 | 0.07 | 205.07 | 0.86 | 0.52 |
| Hex | 19 | 95 | EE | 59 | 25 | 0 | 7 | CD | 56 | 34 |
| Octal | 31 | 225 | 356 | 131 | 45 | 0 | 7 | 315 | 126 | 64 |
| Binary | 11001 | 10010101 | 11101110 | 1011001 | 100101 | 0 | 111 | 11001101 | 1010110 | 110100 |
Color Harmonies of #1995EE
Complementary color
Monochromatic Colors of #1995EE
Black with #1995EE
Text Example
Text Example
White with #1995EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1995EE; }
p { color: rgb(25,149,238); }
H1.HeaderClassName
{
color: #1995EE;
}
.AnyTagClassName
{
color: #1995EE;
}
</style>
background-color css
<style>
a { background-color: #1995EE; }
a { background-color: rgb(25,149,238); }
div.DivClassName
{
background-color: #1995EE;
}
.BgClassName
{
background-color: #1995EE;
}
</style>
border-color css
<style>
span { border-color: #1995EE; }
span { border-color: rgb(25,149,238); }
td.TdClassName
{
border-color: #1995EE;
}
.TagClassName
{
border-color: #1995EE;
}
</style>