Shades of Dodger Blue #1E72FE
Tints of Dodger Blue #1E72FE
RGB
CMYK
RGB Variations
Color information
#1E72FE (or 0x1E72FE) is known color: Dodger Blue. HEX triplet: 1E, 72 and FE. RGB value is (30,114,254). Sum of RGB (Red+Green+Blue) = 30+114+254=398 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.54% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #1E72FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E72FE is #E18D01. Grayscale: #686868. Windows color (decimal): -14781698 or 16675358. OLE color: 16675358.
HSL color Cylindrical-coordinate representation of color #1E72FE: hue angle of 217.5º 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 #1E72FE is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 114 | 254 | - |
| CMYK | 0.88 | 0.55 | 0 | 0.00 |
| HSL | 217.5º | 0.99% | 0.56% | - |
| HSV(B) | 217.5º | 0.88% | 1% | - |
| XYZ | 24.44 | 19.47 | 96.24 | - |
| YUV | 104.84 | 212.17 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 114 | 254 | 0.88 | 0.55 | 0 | 0.00 | 217.5 | 0.99 | 0.56 |
| Hex | 1E | 72 | FE | 58 | 37 | 0 | 0 | DA | 63 | 38 |
| Octal | 36 | 162 | 376 | 130 | 67 | 0 | 0 | 332 | 143 | 70 |
| Binary | 11110 | 1110010 | 11111110 | 1011000 | 110111 | 0 | 0 | 11011010 | 1100011 | 111000 |
Color Harmonies of #1E72FE
Complementary color
Monochromatic Colors of #1E72FE
Black with #1E72FE
Text Example
Text Example
White with #1E72FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E72FE; }
p { color: rgb(30,114,254); }
H1.HeaderClassName
{
color: #1E72FE;
}
.AnyTagClassName
{
color: #1E72FE;
}
</style>
background-color css
<style>
a { background-color: #1E72FE; }
a { background-color: rgb(30,114,254); }
div.DivClassName
{
background-color: #1E72FE;
}
.BgClassName
{
background-color: #1E72FE;
}
</style>
border-color css
<style>
span { border-color: #1E72FE; }
span { border-color: rgb(30,114,254); }
td.TdClassName
{
border-color: #1E72FE;
}
.TagClassName
{
border-color: #1E72FE;
}
</style>