Shades of Dodger Blue #1E6FFA
Tints of Dodger Blue #1E6FFA
RGB
CMYK
RGB Variations
Color information
#1E6FFA (or 0x1E6FFA) is known color: Dodger Blue. HEX triplet: 1E, 6F and FA. RGB value is (30,111,250). Sum of RGB (Red+Green+Blue) = 30+111+250=391 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.67% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E6FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6FFA is #E19005. Grayscale: #656565. Windows color (decimal): -14782470 or 16412446. OLE color: 16412446.
HSL color Cylindrical-coordinate representation of color #1E6FFA: hue angle of 217.91º 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 #1E6FFA is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 111 | 250 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.02 |
| HSL | 217.91º | 0.96% | 0.55% | - |
| HSV(B) | 217.91º | 0.88% | 0.98% | - |
| XYZ | 23.48 | 18.55 | 92.79 | - |
| YUV | 102.63 | 211.16 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 111 | 250 | 0.88 | 0.56 | 0 | 0.02 | 217.91 | 0.96 | 0.55 |
| Hex | 1E | 6F | FA | 58 | 38 | 0 | 2 | DA | 60 | 37 |
| Octal | 36 | 157 | 372 | 130 | 70 | 0 | 2 | 332 | 140 | 67 |
| Binary | 11110 | 1101111 | 11111010 | 1011000 | 111000 | 0 | 10 | 11011010 | 1100000 | 110111 |
Color Harmonies of #1E6FFA
Complementary color
Monochromatic Colors of #1E6FFA
Black with #1E6FFA
Text Example
Text Example
White with #1E6FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6FFA; }
p { color: rgb(30,111,250); }
H1.HeaderClassName
{
color: #1E6FFA;
}
.AnyTagClassName
{
color: #1E6FFA;
}
</style>
background-color css
<style>
a { background-color: #1E6FFA; }
a { background-color: rgb(30,111,250); }
div.DivClassName
{
background-color: #1E6FFA;
}
.BgClassName
{
background-color: #1E6FFA;
}
</style>
border-color css
<style>
span { border-color: #1E6FFA; }
span { border-color: rgb(30,111,250); }
td.TdClassName
{
border-color: #1E6FFA;
}
.TagClassName
{
border-color: #1E6FFA;
}
</style>