Shades of Dodger Blue #1E67FF
Tints of Dodger Blue #1E67FF
RGB
CMYK
RGB Variations
Color information
#1E67FF (or 0x1E67FF) is known color: Dodger Blue. HEX triplet: 1E, 67 and FF. RGB value is (30,103,255). Sum of RGB (Red+Green+Blue) = 30+103+255=388 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.73% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E67FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E67FF is #E19800. Grayscale: #616161. Windows color (decimal): -14784513 or 16738078. OLE color: 16738078.
HSL color Cylindrical-coordinate representation of color #1E67FF: hue angle of 220.53º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E67FF is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 103 | 255 | - |
| CMYK | 0.88 | 0.60 | 0 | 0 |
| HSL | 220.53º | 1% | 0.56% | - |
| HSV(B) | 220.53º | 0.88% | 1% | - |
| XYZ | 23.44 | 17.2 | 96.69 | - |
| YUV | 98.5 | 216.32 | 79.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 103 | 255 | 0.88 | 0.60 | 0 | 0 | 220.53 | 1 | 0.56 |
| Hex | 1E | 67 | FF | 58 | 3C | 0 | 0 | DD | 64 | 38 |
| Octal | 36 | 147 | 377 | 130 | 74 | 0 | 0 | 335 | 144 | 70 |
| Binary | 11110 | 1100111 | 11111111 | 1011000 | 111100 | 0 | 0 | 11011101 | 1100100 | 111000 |
Color Harmonies of #1E67FF
Complementary color
Monochromatic Colors of #1E67FF
Black with #1E67FF
Text Example
Text Example
White with #1E67FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E67FF; }
p { color: rgb(30,103,255); }
H1.HeaderClassName
{
color: #1E67FF;
}
.AnyTagClassName
{
color: #1E67FF;
}
</style>
background-color css
<style>
a { background-color: #1E67FF; }
a { background-color: rgb(30,103,255); }
div.DivClassName
{
background-color: #1E67FF;
}
.BgClassName
{
background-color: #1E67FF;
}
</style>
border-color css
<style>
span { border-color: #1E67FF; }
span { border-color: rgb(30,103,255); }
td.TdClassName
{
border-color: #1E67FF;
}
.TagClassName
{
border-color: #1E67FF;
}
</style>