Shades of Dodger Blue #1E65FF
Tints of Dodger Blue #1E65FF
RGB
CMYK
RGB Variations
Color information
#1E65FF (or 0x1E65FF) is known color: Dodger Blue. HEX triplet: 1E, 65 and FF. RGB value is (30,101,255). Sum of RGB (Red+Green+Blue) = 30+101+255=386 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.77% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E65FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E65FF is #E19A00. Grayscale: #606060. Windows color (decimal): -14785025 or 16737566. OLE color: 16737566.
HSL color Cylindrical-coordinate representation of color #1E65FF: hue angle of 221.07º 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 #1E65FF is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 101 | 255 | - |
| CMYK | 0.88 | 0.60 | 0 | 0 |
| HSL | 221.07º | 1% | 0.56% | - |
| HSV(B) | 221.07º | 0.88% | 1% | - |
| XYZ | 23.24 | 16.8 | 96.63 | - |
| YUV | 97.33 | 216.98 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 101 | 255 | 0.88 | 0.60 | 0 | 0 | 221.07 | 1 | 0.56 |
| Hex | 1E | 65 | FF | 58 | 3C | 0 | 0 | DD | 64 | 38 |
| Octal | 36 | 145 | 377 | 130 | 74 | 0 | 0 | 335 | 144 | 70 |
| Binary | 11110 | 1100101 | 11111111 | 1011000 | 111100 | 0 | 0 | 11011101 | 1100100 | 111000 |
Color Harmonies of #1E65FF
Complementary color
Monochromatic Colors of #1E65FF
Black with #1E65FF
Text Example
Text Example
White with #1E65FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E65FF; }
p { color: rgb(30,101,255); }
H1.HeaderClassName
{
color: #1E65FF;
}
.AnyTagClassName
{
color: #1E65FF;
}
</style>
background-color css
<style>
a { background-color: #1E65FF; }
a { background-color: rgb(30,101,255); }
div.DivClassName
{
background-color: #1E65FF;
}
.BgClassName
{
background-color: #1E65FF;
}
</style>
border-color css
<style>
span { border-color: #1E65FF; }
span { border-color: rgb(30,101,255); }
td.TdClassName
{
border-color: #1E65FF;
}
.TagClassName
{
border-color: #1E65FF;
}
</style>