Shades of Dodger Blue #1E77FA
Tints of Dodger Blue #1E77FA
RGB
CMYK
RGB Variations
Color information
#1E77FA (or 0x1E77FA) is known color: Dodger Blue. HEX triplet: 1E, 77 and FA. RGB value is (30,119,250). Sum of RGB (Red+Green+Blue) = 30+119+250=399 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.52% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E77FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E77FA is #E18805. Grayscale: #6A6A6A. Windows color (decimal): -14780422 or 16414494. OLE color: 16414494.
HSL color Cylindrical-coordinate representation of color #1E77FA: hue angle of 215.73º 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 #1E77FA is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 119 | 250 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.02 |
| HSL | 215.73º | 0.96% | 0.55% | - |
| HSV(B) | 215.73º | 0.88% | 0.98% | - |
| XYZ | 24.39 | 20.37 | 93.09 | - |
| YUV | 107.32 | 208.51 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 119 | 250 | 0.88 | 0.52 | 0 | 0.02 | 215.73 | 0.96 | 0.55 |
| Hex | 1E | 77 | FA | 58 | 34 | 0 | 2 | D8 | 60 | 37 |
| Octal | 36 | 167 | 372 | 130 | 64 | 0 | 2 | 330 | 140 | 67 |
| Binary | 11110 | 1110111 | 11111010 | 1011000 | 110100 | 0 | 10 | 11011000 | 1100000 | 110111 |
Color Harmonies of #1E77FA
Complementary color
Monochromatic Colors of #1E77FA
Black with #1E77FA
Text Example
Text Example
White with #1E77FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E77FA; }
p { color: rgb(30,119,250); }
H1.HeaderClassName
{
color: #1E77FA;
}
.AnyTagClassName
{
color: #1E77FA;
}
</style>
background-color css
<style>
a { background-color: #1E77FA; }
a { background-color: rgb(30,119,250); }
div.DivClassName
{
background-color: #1E77FA;
}
.BgClassName
{
background-color: #1E77FA;
}
</style>
border-color css
<style>
span { border-color: #1E77FA; }
span { border-color: rgb(30,119,250); }
td.TdClassName
{
border-color: #1E77FA;
}
.TagClassName
{
border-color: #1E77FA;
}
</style>