Shades of Dodger Blue #1977EF
Tints of Dodger Blue #1977EF
RGB
CMYK
RGB Variations
Color information
#1977EF (or 0x1977EF) is known color: Dodger Blue. HEX triplet: 19, 77 and EF. RGB value is (25,119,239). Sum of RGB (Red+Green+Blue) = 25+119+239=383 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.53% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #1977EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1977EF is #E68810. Grayscale: #686868. Windows color (decimal): -15108113 or 15693593. OLE color: 15693593.
HSL color Cylindrical-coordinate representation of color #1977EF: hue angle of 213.64º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1977EF is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 119 | 239 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.06 |
| HSL | 213.64º | 0.87% | 0.52% | - |
| HSV(B) | 213.64º | 0.9% | 0.94% | - |
| XYZ | 22.58 | 19.63 | 84.26 | - |
| YUV | 104.57 | 203.86 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 119 | 239 | 0.90 | 0.50 | 0 | 0.06 | 213.64 | 0.87 | 0.52 |
| Hex | 19 | 77 | EF | 5A | 32 | 0 | 6 | D6 | 57 | 34 |
| Octal | 31 | 167 | 357 | 132 | 62 | 0 | 6 | 326 | 127 | 64 |
| Binary | 11001 | 1110111 | 11101111 | 1011010 | 110010 | 0 | 110 | 11010110 | 1010111 | 110100 |
Color Harmonies of #1977EF
Complementary color
Monochromatic Colors of #1977EF
Black with #1977EF
Text Example
Text Example
White with #1977EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1977EF; }
p { color: rgb(25,119,239); }
H1.HeaderClassName
{
color: #1977EF;
}
.AnyTagClassName
{
color: #1977EF;
}
</style>
background-color css
<style>
a { background-color: #1977EF; }
a { background-color: rgb(25,119,239); }
div.DivClassName
{
background-color: #1977EF;
}
.BgClassName
{
background-color: #1977EF;
}
</style>
border-color css
<style>
span { border-color: #1977EF; }
span { border-color: rgb(25,119,239); }
td.TdClassName
{
border-color: #1977EF;
}
.TagClassName
{
border-color: #1977EF;
}
</style>