Shades of Dodger Blue #1E95DF
Tints of Dodger Blue #1E95DF
RGB
CMYK
RGB Variations
Color information
#1E95DF (or 0x1E95DF) is known color: Dodger Blue. HEX triplet: 1E, 95 and DF. RGB value is (30,149,223). Sum of RGB (Red+Green+Blue) = 30+149+223=402 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.46% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #1E95DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E95DF is #E16A20. Grayscale: #797979. Windows color (decimal): -14772769 or 14652702. OLE color: 14652702.
HSL color Cylindrical-coordinate representation of color #1E95DF: hue angle of 203.01º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E95DF is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 149 | 223 | - |
| CMYK | 0.87 | 0.33 | 0 | 0.13 |
| HSL | 203.01º | 0.76% | 0.5% | - |
| HSV(B) | 203.01º | 0.87% | 0.87% | - |
| XYZ | 24.6 | 27.1 | 73.75 | - |
| YUV | 121.86 | 185.08 | 62.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 149 | 223 | 0.87 | 0.33 | 0 | 0.13 | 203.01 | 0.76 | 0.5 |
| Hex | 1E | 95 | DF | 57 | 21 | 0 | D | CB | 4C | 32 |
| Octal | 36 | 225 | 337 | 127 | 41 | 0 | 15 | 313 | 114 | 62 |
| Binary | 11110 | 10010101 | 11011111 | 1010111 | 100001 | 0 | 1101 | 11001011 | 1001100 | 110010 |
Color Harmonies of #1E95DF
Complementary color
Monochromatic Colors of #1E95DF
Black with #1E95DF
Text Example
Text Example
White with #1E95DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E95DF; }
p { color: rgb(30,149,223); }
H1.HeaderClassName
{
color: #1E95DF;
}
.AnyTagClassName
{
color: #1E95DF;
}
</style>
background-color css
<style>
a { background-color: #1E95DF; }
a { background-color: rgb(30,149,223); }
div.DivClassName
{
background-color: #1E95DF;
}
.BgClassName
{
background-color: #1E95DF;
}
</style>
border-color css
<style>
span { border-color: #1E95DF; }
span { border-color: rgb(30,149,223); }
td.TdClassName
{
border-color: #1E95DF;
}
.TagClassName
{
border-color: #1E95DF;
}
</style>