Shades of Dodger Blue #1E76FF
Tints of Dodger Blue #1E76FF
RGB
CMYK
RGB Variations
Color information
#1E76FF (or 0x1E76FF) is known color: Dodger Blue. HEX triplet: 1E, 76 and FF. RGB value is (30,118,255). Sum of RGB (Red+Green+Blue) = 30+118+255=403 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.44% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E76FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E76FF is #E18900. Grayscale: #6A6A6A. Windows color (decimal): -14780673 or 16741918. OLE color: 16741918.
HSL color Cylindrical-coordinate representation of color #1E76FF: hue angle of 216.53º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E76FF is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 118 | 255 | - |
| CMYK | 0.88 | 0.54 | 0 | 0 |
| HSL | 216.53º | 1% | 0.56% | - |
| HSV(B) | 216.53º | 0.88% | 1% | - |
| XYZ | 25.06 | 20.45 | 97.23 | - |
| YUV | 107.31 | 211.35 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 118 | 255 | 0.88 | 0.54 | 0 | 0 | 216.53 | 1 | 0.56 |
| Hex | 1E | 76 | FF | 58 | 36 | 0 | 0 | D9 | 64 | 38 |
| Octal | 36 | 166 | 377 | 130 | 66 | 0 | 0 | 331 | 144 | 70 |
| Binary | 11110 | 1110110 | 11111111 | 1011000 | 110110 | 0 | 0 | 11011001 | 1100100 | 111000 |
Color Harmonies of #1E76FF
Complementary color
Monochromatic Colors of #1E76FF
Black with #1E76FF
Text Example
Text Example
White with #1E76FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E76FF; }
p { color: rgb(30,118,255); }
H1.HeaderClassName
{
color: #1E76FF;
}
.AnyTagClassName
{
color: #1E76FF;
}
</style>
background-color css
<style>
a { background-color: #1E76FF; }
a { background-color: rgb(30,118,255); }
div.DivClassName
{
background-color: #1E76FF;
}
.BgClassName
{
background-color: #1E76FF;
}
</style>
border-color css
<style>
span { border-color: #1E76FF; }
span { border-color: rgb(30,118,255); }
td.TdClassName
{
border-color: #1E76FF;
}
.TagClassName
{
border-color: #1E76FF;
}
</style>