Shades of Dodger Blue #1E6AFC
Tints of Dodger Blue #1E6AFC
RGB
CMYK
RGB Variations
Color information
#1E6AFC (or 0x1E6AFC) is known color: Dodger Blue. HEX triplet: 1E, 6A and FC. RGB value is (30,106,252). Sum of RGB (Red+Green+Blue) = 30+106+252=388 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.73% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #1E6AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6AFC is #E19503. Grayscale: #636363. Windows color (decimal): -14783748 or 16542238. OLE color: 16542238.
HSL color Cylindrical-coordinate representation of color #1E6AFC: hue angle of 219.46º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E6AFC is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 106 | 252 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.01 |
| HSL | 219.46º | 0.97% | 0.55% | - |
| HSV(B) | 219.46º | 0.88% | 0.99% | - |
| XYZ | 23.26 | 17.61 | 94.27 | - |
| YUV | 99.92 | 213.82 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 106 | 252 | 0.88 | 0.58 | 0 | 0.01 | 219.46 | 0.97 | 0.55 |
| Hex | 1E | 6A | FC | 58 | 3A | 0 | 1 | DB | 61 | 37 |
| Octal | 36 | 152 | 374 | 130 | 72 | 0 | 1 | 333 | 141 | 67 |
| Binary | 11110 | 1101010 | 11111100 | 1011000 | 111010 | 0 | 1 | 11011011 | 1100001 | 110111 |
Color Harmonies of #1E6AFC
Complementary color
Monochromatic Colors of #1E6AFC
Black with #1E6AFC
Text Example
Text Example
White with #1E6AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6AFC; }
p { color: rgb(30,106,252); }
H1.HeaderClassName
{
color: #1E6AFC;
}
.AnyTagClassName
{
color: #1E6AFC;
}
</style>
background-color css
<style>
a { background-color: #1E6AFC; }
a { background-color: rgb(30,106,252); }
div.DivClassName
{
background-color: #1E6AFC;
}
.BgClassName
{
background-color: #1E6AFC;
}
</style>
border-color css
<style>
span { border-color: #1E6AFC; }
span { border-color: rgb(30,106,252); }
td.TdClassName
{
border-color: #1E6AFC;
}
.TagClassName
{
border-color: #1E6AFC;
}
</style>