Shades of Dodger Blue #1E6FEF
Tints of Dodger Blue #1E6FEF
RGB
CMYK
RGB Variations
Color information
#1E6FEF (or 0x1E6FEF) is known color: Dodger Blue. HEX triplet: 1E, 6F and EF. RGB value is (30,111,239). Sum of RGB (Red+Green+Blue) = 30+111+239=380 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.89% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 239 (93.75% from 255 or 62.89% from 380); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E6FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6FEF is #E19010. Grayscale: #646464. Windows color (decimal): -14782481 or 15691550. OLE color: 15691550.
HSL color Cylindrical-coordinate representation of color #1E6FEF: hue angle of 216.75º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E6FEF is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 111 | 239 | - |
| CMYK | 0.87 | 0.54 | 0 | 0.06 |
| HSL | 216.75º | 0.87% | 0.53% | - |
| HSV(B) | 216.75º | 0.87% | 0.94% | - |
| XYZ | 21.8 | 17.88 | 83.96 | - |
| YUV | 101.37 | 205.66 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 111 | 239 | 0.87 | 0.54 | 0 | 0.06 | 216.75 | 0.87 | 0.53 |
| Hex | 1E | 6F | EF | 57 | 36 | 0 | 6 | D9 | 57 | 35 |
| Octal | 36 | 157 | 357 | 127 | 66 | 0 | 6 | 331 | 127 | 65 |
| Binary | 11110 | 1101111 | 11101111 | 1010111 | 110110 | 0 | 110 | 11011001 | 1010111 | 110101 |
Color Harmonies of #1E6FEF
Complementary color
Monochromatic Colors of #1E6FEF
Black with #1E6FEF
Text Example
Text Example
White with #1E6FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6FEF; }
p { color: rgb(30,111,239); }
H1.HeaderClassName
{
color: #1E6FEF;
}
.AnyTagClassName
{
color: #1E6FEF;
}
</style>
background-color css
<style>
a { background-color: #1E6FEF; }
a { background-color: rgb(30,111,239); }
div.DivClassName
{
background-color: #1E6FEF;
}
.BgClassName
{
background-color: #1E6FEF;
}
</style>
border-color css
<style>
span { border-color: #1E6FEF; }
span { border-color: rgb(30,111,239); }
td.TdClassName
{
border-color: #1E6FEF;
}
.TagClassName
{
border-color: #1E6FEF;
}
</style>