Shades of Dodger Blue #1975E6
Tints of Dodger Blue #1975E6
RGB
CMYK
RGB Variations
Color information
#1975E6 (or 0x1975E6) is known color: Dodger Blue. HEX triplet: 19, 75 and E6. RGB value is (25,117,230). Sum of RGB (Red+Green+Blue) = 25+117+230=372 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.72% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 230 (90.23% from 255 or 61.83% from 372); Max value from RGB is 230 - color contains mainly: blue. Hex color #1975E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1975E6 is #E68A19. Grayscale: #656565. Windows color (decimal): -15108634 or 15103257. OLE color: 15103257.
HSL color Cylindrical-coordinate representation of color #1975E6: hue angle of 213.07º 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 #1975E6 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 117 | 230 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.10 |
| HSL | 213.07º | 0.8% | 0.5% | - |
| HSV(B) | 213.07º | 0.89% | 0.9% | - |
| XYZ | 21.05 | 18.64 | 77.35 | - |
| YUV | 102.37 | 200.02 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 230 | 0.89 | 0.49 | 0 | 0.10 | 213.07 | 0.8 | 0.5 |
| Hex | 19 | 75 | E6 | 59 | 31 | 0 | A | D5 | 50 | 32 |
| Octal | 31 | 165 | 346 | 131 | 61 | 0 | 12 | 325 | 120 | 62 |
| Binary | 11001 | 1110101 | 11100110 | 1011001 | 110001 | 0 | 1010 | 11010101 | 1010000 | 110010 |
Color Harmonies of #1975E6
Complementary color
Monochromatic Colors of #1975E6
Black with #1975E6
Text Example
Text Example
White with #1975E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1975E6; }
p { color: rgb(25,117,230); }
H1.HeaderClassName
{
color: #1975E6;
}
.AnyTagClassName
{
color: #1975E6;
}
</style>
background-color css
<style>
a { background-color: #1975E6; }
a { background-color: rgb(25,117,230); }
div.DivClassName
{
background-color: #1975E6;
}
.BgClassName
{
background-color: #1975E6;
}
</style>
border-color css
<style>
span { border-color: #1975E6; }
span { border-color: rgb(25,117,230); }
td.TdClassName
{
border-color: #1975E6;
}
.TagClassName
{
border-color: #1975E6;
}
</style>