Shades of Dodger Blue #1E90FC
Tints of Dodger Blue #1E90FC
RGB
CMYK
RGB Variations
Color information
#1E90FC (or 0x1E90FC) is known color: Dodger Blue. HEX triplet: 1E, 90 and FC. RGB value is (30,144,252). Sum of RGB (Red+Green+Blue) = 30+144+252=426 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.04% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #1E90FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E90FC is #E16F03. Grayscale: #797979. Windows color (decimal): -14774020 or 16551966. OLE color: 16551966.
HSL color Cylindrical-coordinate representation of color #1E90FC: hue angle of 209.19º degrees, saturation: 0.97, 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 #1E90FC is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 144 | 252 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.01 |
| HSL | 209.19º | 0.97% | 0.55% | - |
| HSV(B) | 209.19º | 0.88% | 0.99% | - |
| XYZ | 28.08 | 27.25 | 95.88 | - |
| YUV | 122.23 | 201.23 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 144 | 252 | 0.88 | 0.43 | 0 | 0.01 | 209.19 | 0.97 | 0.55 |
| Hex | 1E | 90 | FC | 58 | 2B | 0 | 1 | D1 | 61 | 37 |
| Octal | 36 | 220 | 374 | 130 | 53 | 0 | 1 | 321 | 141 | 67 |
| Binary | 11110 | 10010000 | 11111100 | 1011000 | 101011 | 0 | 1 | 11010001 | 1100001 | 110111 |
Color Harmonies of #1E90FC
Complementary color
Monochromatic Colors of #1E90FC
Black with #1E90FC
Text Example
Text Example
White with #1E90FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E90FC; }
p { color: rgb(30,144,252); }
H1.HeaderClassName
{
color: #1E90FC;
}
.AnyTagClassName
{
color: #1E90FC;
}
</style>
background-color css
<style>
a { background-color: #1E90FC; }
a { background-color: rgb(30,144,252); }
div.DivClassName
{
background-color: #1E90FC;
}
.BgClassName
{
background-color: #1E90FC;
}
</style>
border-color css
<style>
span { border-color: #1E90FC; }
span { border-color: rgb(30,144,252); }
td.TdClassName
{
border-color: #1E90FC;
}
.TagClassName
{
border-color: #1E90FC;
}
</style>