Shades of Dodger Blue #1E6FFC
Tints of Dodger Blue #1E6FFC
RGB
CMYK
RGB Variations
Color information
#1E6FFC (or 0x1E6FFC) is known color: Dodger Blue. HEX triplet: 1E, 6F and FC. RGB value is (30,111,252). Sum of RGB (Red+Green+Blue) = 30+111+252=393 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.63% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #1E6FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6FFC is #E19003. Grayscale: #666666. Windows color (decimal): -14782468 or 16543518. OLE color: 16543518.
HSL color Cylindrical-coordinate representation of color #1E6FFC: hue angle of 218.11º 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 #1E6FFC is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 111 | 252 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.01 |
| HSL | 218.11º | 0.97% | 0.55% | - |
| HSV(B) | 218.11º | 0.88% | 0.99% | - |
| XYZ | 23.79 | 18.67 | 94.45 | - |
| YUV | 102.86 | 212.16 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 111 | 252 | 0.88 | 0.56 | 0 | 0.01 | 218.11 | 0.97 | 0.55 |
| Hex | 1E | 6F | FC | 58 | 38 | 0 | 1 | DA | 61 | 37 |
| Octal | 36 | 157 | 374 | 130 | 70 | 0 | 1 | 332 | 141 | 67 |
| Binary | 11110 | 1101111 | 11111100 | 1011000 | 111000 | 0 | 1 | 11011010 | 1100001 | 110111 |
Color Harmonies of #1E6FFC
Complementary color
Monochromatic Colors of #1E6FFC
Black with #1E6FFC
Text Example
Text Example
White with #1E6FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6FFC; }
p { color: rgb(30,111,252); }
H1.HeaderClassName
{
color: #1E6FFC;
}
.AnyTagClassName
{
color: #1E6FFC;
}
</style>
background-color css
<style>
a { background-color: #1E6FFC; }
a { background-color: rgb(30,111,252); }
div.DivClassName
{
background-color: #1E6FFC;
}
.BgClassName
{
background-color: #1E6FFC;
}
</style>
border-color css
<style>
span { border-color: #1E6FFC; }
span { border-color: rgb(30,111,252); }
td.TdClassName
{
border-color: #1E6FFC;
}
.TagClassName
{
border-color: #1E6FFC;
}
</style>