Shades of Dodger Blue #1E9FFD
Tints of Dodger Blue #1E9FFD
RGB
CMYK
RGB Variations
Color information
#1E9FFD (or 0x1E9FFD) is known color: Dodger Blue. HEX triplet: 1E, 9F and FD. RGB value is (30,159,253). Sum of RGB (Red+Green+Blue) = 30+159+253=442 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.79% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #1E9FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E9FFD is #E16002. Grayscale: #828282. Windows color (decimal): -14770179 or 16621342. OLE color: 16621342.
HSL color Cylindrical-coordinate representation of color #1E9FFD: hue angle of 205.29º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E9FFD is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 159 | 253 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.01 |
| HSL | 205.29º | 0.98% | 0.55% | - |
| HSV(B) | 205.29º | 0.88% | 0.99% | - |
| XYZ | 30.66 | 32.16 | 97.52 | - |
| YUV | 131.15 | 196.76 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 159 | 253 | 0.88 | 0.37 | 0 | 0.01 | 205.29 | 0.98 | 0.55 |
| Hex | 1E | 9F | FD | 58 | 25 | 0 | 1 | CD | 62 | 37 |
| Octal | 36 | 237 | 375 | 130 | 45 | 0 | 1 | 315 | 142 | 67 |
| Binary | 11110 | 10011111 | 11111101 | 1011000 | 100101 | 0 | 1 | 11001101 | 1100010 | 110111 |
Color Harmonies of #1E9FFD
Complementary color
Monochromatic Colors of #1E9FFD
Black with #1E9FFD
Text Example
Text Example
White with #1E9FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9FFD; }
p { color: rgb(30,159,253); }
H1.HeaderClassName
{
color: #1E9FFD;
}
.AnyTagClassName
{
color: #1E9FFD;
}
</style>
background-color css
<style>
a { background-color: #1E9FFD; }
a { background-color: rgb(30,159,253); }
div.DivClassName
{
background-color: #1E9FFD;
}
.BgClassName
{
background-color: #1E9FFD;
}
</style>
border-color css
<style>
span { border-color: #1E9FFD; }
span { border-color: rgb(30,159,253); }
td.TdClassName
{
border-color: #1E9FFD;
}
.TagClassName
{
border-color: #1E9FFD;
}
</style>