Shades of Dodger Blue #1977FF
Tints of Dodger Blue #1977FF
RGB
CMYK
RGB Variations
Color information
#1977FF (or 0x1977FF) is known color: Dodger Blue. HEX triplet: 19, 77 and FF. RGB value is (25,119,255). Sum of RGB (Red+Green+Blue) = 25+119+255=399 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.27% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #1977FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1977FF is #E68800. Grayscale: #696969. Windows color (decimal): -15108097 or 16742169. OLE color: 16742169.
HSL color Cylindrical-coordinate representation of color #1977FF: hue angle of 215.48º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1977FF is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 119 | 255 | - |
| CMYK | 0.90 | 0.53 | 0 | 0 |
| HSL | 215.48º | 1% | 0.55% | - |
| HSV(B) | 215.48º | 0.9% | 1% | - |
| XYZ | 25.05 | 20.62 | 97.27 | - |
| YUV | 106.4 | 211.86 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 119 | 255 | 0.90 | 0.53 | 0 | 0 | 215.48 | 1 | 0.55 |
| Hex | 19 | 77 | FF | 5A | 35 | 0 | 0 | D7 | 64 | 37 |
| Octal | 31 | 167 | 377 | 132 | 65 | 0 | 0 | 327 | 144 | 67 |
| Binary | 11001 | 1110111 | 11111111 | 1011010 | 110101 | 0 | 0 | 11010111 | 1100100 | 110111 |
Color Harmonies of #1977FF
Complementary color
Monochromatic Colors of #1977FF
Black with #1977FF
Text Example
Text Example
White with #1977FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1977FF; }
p { color: rgb(25,119,255); }
H1.HeaderClassName
{
color: #1977FF;
}
.AnyTagClassName
{
color: #1977FF;
}
</style>
background-color css
<style>
a { background-color: #1977FF; }
a { background-color: rgb(25,119,255); }
div.DivClassName
{
background-color: #1977FF;
}
.BgClassName
{
background-color: #1977FF;
}
</style>
border-color css
<style>
span { border-color: #1977FF; }
span { border-color: rgb(25,119,255); }
td.TdClassName
{
border-color: #1977FF;
}
.TagClassName
{
border-color: #1977FF;
}
</style>