Shades of Dodger Blue #1E71FE
Tints of Dodger Blue #1E71FE
RGB
CMYK
RGB Variations
Color information
#1E71FE (or 0x1E71FE) is known color: Dodger Blue. HEX triplet: 1E, 71 and FE. RGB value is (30,113,254). Sum of RGB (Red+Green+Blue) = 30+113+254=397 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.56% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #1E71FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E71FE is #E18E01. Grayscale: #676767. Windows color (decimal): -14781954 or 16675102. OLE color: 16675102.
HSL color Cylindrical-coordinate representation of color #1E71FE: hue angle of 217.77º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E71FE is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 113 | 254 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.00 |
| HSL | 217.77º | 0.99% | 0.56% | - |
| HSV(B) | 217.77º | 0.88% | 1% | - |
| XYZ | 24.33 | 19.24 | 96.2 | - |
| YUV | 104.26 | 212.5 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 113 | 254 | 0.88 | 0.56 | 0 | 0.00 | 217.77 | 0.99 | 0.56 |
| Hex | 1E | 71 | FE | 58 | 38 | 0 | 0 | DA | 63 | 38 |
| Octal | 36 | 161 | 376 | 130 | 70 | 0 | 0 | 332 | 143 | 70 |
| Binary | 11110 | 1110001 | 11111110 | 1011000 | 111000 | 0 | 0 | 11011010 | 1100011 | 111000 |
Color Harmonies of #1E71FE
Complementary color
Monochromatic Colors of #1E71FE
Black with #1E71FE
Text Example
Text Example
White with #1E71FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E71FE; }
p { color: rgb(30,113,254); }
H1.HeaderClassName
{
color: #1E71FE;
}
.AnyTagClassName
{
color: #1E71FE;
}
</style>
background-color css
<style>
a { background-color: #1E71FE; }
a { background-color: rgb(30,113,254); }
div.DivClassName
{
background-color: #1E71FE;
}
.BgClassName
{
background-color: #1E71FE;
}
</style>
border-color css
<style>
span { border-color: #1E71FE; }
span { border-color: rgb(30,113,254); }
td.TdClassName
{
border-color: #1E71FE;
}
.TagClassName
{
border-color: #1E71FE;
}
</style>