Shades of Dodger Blue #1E72FA
Tints of Dodger Blue #1E72FA
RGB
CMYK
RGB Variations
Color information
#1E72FA (or 0x1E72FA) is known color: Dodger Blue. HEX triplet: 1E, 72 and FA. RGB value is (30,114,250). Sum of RGB (Red+Green+Blue) = 30+114+250=394 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.61% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E72FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E72FA is #E18D05. Grayscale: #676767. Windows color (decimal): -14781702 or 16413214. OLE color: 16413214.
HSL color Cylindrical-coordinate representation of color #1E72FA: hue angle of 217.09º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E72FA is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 114 | 250 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.02 |
| HSL | 217.09º | 0.96% | 0.55% | - |
| HSV(B) | 217.09º | 0.88% | 0.98% | - |
| XYZ | 23.81 | 19.21 | 92.9 | - |
| YUV | 104.39 | 210.17 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 114 | 250 | 0.88 | 0.54 | 0 | 0.02 | 217.09 | 0.96 | 0.55 |
| Hex | 1E | 72 | FA | 58 | 36 | 0 | 2 | D9 | 60 | 37 |
| Octal | 36 | 162 | 372 | 130 | 66 | 0 | 2 | 331 | 140 | 67 |
| Binary | 11110 | 1110010 | 11111010 | 1011000 | 110110 | 0 | 10 | 11011001 | 1100000 | 110111 |
Color Harmonies of #1E72FA
Complementary color
Monochromatic Colors of #1E72FA
Black with #1E72FA
Text Example
Text Example
White with #1E72FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E72FA; }
p { color: rgb(30,114,250); }
H1.HeaderClassName
{
color: #1E72FA;
}
.AnyTagClassName
{
color: #1E72FA;
}
</style>
background-color css
<style>
a { background-color: #1E72FA; }
a { background-color: rgb(30,114,250); }
div.DivClassName
{
background-color: #1E72FA;
}
.BgClassName
{
background-color: #1E72FA;
}
</style>
border-color css
<style>
span { border-color: #1E72FA; }
span { border-color: rgb(30,114,250); }
td.TdClassName
{
border-color: #1E72FA;
}
.TagClassName
{
border-color: #1E72FA;
}
</style>