Shades of Dodger Blue #1975E5
Tints of Dodger Blue #1975E5
RGB
CMYK
RGB Variations
Color information
#1975E5 (or 0x1975E5) is known color: Dodger Blue. HEX triplet: 19, 75 and E5. RGB value is (25,117,229). Sum of RGB (Red+Green+Blue) = 25+117+229=371 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.74% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 229 (89.84% from 255 or 61.73% from 371); Max value from RGB is 229 - color contains mainly: blue. Hex color #1975E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1975E5 is #E68A1A. Grayscale: #656565. Windows color (decimal): -15108635 or 15037721. OLE color: 15037721.
HSL color Cylindrical-coordinate representation of color #1975E5: hue angle of 212.94º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1975E5 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 117 | 229 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.10 |
| HSL | 212.94º | 0.8% | 0.5% | - |
| HSV(B) | 212.94º | 0.89% | 0.9% | - |
| XYZ | 20.91 | 18.59 | 76.61 | - |
| YUV | 102.26 | 199.52 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 229 | 0.89 | 0.49 | 0 | 0.10 | 212.94 | 0.8 | 0.5 |
| Hex | 19 | 75 | E5 | 59 | 31 | 0 | A | D5 | 50 | 32 |
| Octal | 31 | 165 | 345 | 131 | 61 | 0 | 12 | 325 | 120 | 62 |
| Binary | 11001 | 1110101 | 11100101 | 1011001 | 110001 | 0 | 1010 | 11010101 | 1010000 | 110010 |
Color Harmonies of #1975E5
Complementary color
Monochromatic Colors of #1975E5
Black with #1975E5
Text Example
Text Example
White with #1975E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1975E5; }
p { color: rgb(25,117,229); }
H1.HeaderClassName
{
color: #1975E5;
}
.AnyTagClassName
{
color: #1975E5;
}
</style>
background-color css
<style>
a { background-color: #1975E5; }
a { background-color: rgb(25,117,229); }
div.DivClassName
{
background-color: #1975E5;
}
.BgClassName
{
background-color: #1975E5;
}
</style>
border-color css
<style>
span { border-color: #1975E5; }
span { border-color: rgb(25,117,229); }
td.TdClassName
{
border-color: #1975E5;
}
.TagClassName
{
border-color: #1975E5;
}
</style>