Shades of Dodger Blue #1975FE
Tints of Dodger Blue #1975FE
RGB
CMYK
RGB Variations
Color information
#1975FE (or 0x1975FE) is known color: Dodger Blue. HEX triplet: 19, 75 and FE. RGB value is (25,117,254). Sum of RGB (Red+Green+Blue) = 25+117+254=396 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.31% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #1975FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1975FE is #E68A01. Grayscale: #686868. Windows color (decimal): -15108610 or 16676121. OLE color: 16676121.
HSL color Cylindrical-coordinate representation of color #1975FE: hue angle of 215.9º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1975FE is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 117 | 254 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.00 |
| HSL | 215.9º | 0.99% | 0.55% | - |
| HSV(B) | 215.9º | 0.9% | 1% | - |
| XYZ | 24.65 | 20.09 | 96.34 | - |
| YUV | 105.11 | 212.02 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 254 | 0.90 | 0.54 | 0 | 0.00 | 215.9 | 0.99 | 0.55 |
| Hex | 19 | 75 | FE | 5A | 36 | 0 | 0 | D8 | 63 | 37 |
| Octal | 31 | 165 | 376 | 132 | 66 | 0 | 0 | 330 | 143 | 67 |
| Binary | 11001 | 1110101 | 11111110 | 1011010 | 110110 | 0 | 0 | 11011000 | 1100011 | 110111 |
Color Harmonies of #1975FE
Complementary color
Monochromatic Colors of #1975FE
Black with #1975FE
Text Example
Text Example
White with #1975FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1975FE; }
p { color: rgb(25,117,254); }
H1.HeaderClassName
{
color: #1975FE;
}
.AnyTagClassName
{
color: #1975FE;
}
</style>
background-color css
<style>
a { background-color: #1975FE; }
a { background-color: rgb(25,117,254); }
div.DivClassName
{
background-color: #1975FE;
}
.BgClassName
{
background-color: #1975FE;
}
</style>
border-color css
<style>
span { border-color: #1975FE; }
span { border-color: rgb(25,117,254); }
td.TdClassName
{
border-color: #1975FE;
}
.TagClassName
{
border-color: #1975FE;
}
</style>