Shades of Dodger Blue #1974FE
Tints of Dodger Blue #1974FE
RGB
CMYK
RGB Variations
Color information
#1974FE (or 0x1974FE) is known color: Dodger Blue. HEX triplet: 19, 74 and FE. RGB value is (25,116,254). Sum of RGB (Red+Green+Blue) = 25+116+254=395 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.33% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #1974FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1974FE is #E68B01. Grayscale: #676767. Windows color (decimal): -15108866 or 16675865. OLE color: 16675865.
HSL color Cylindrical-coordinate representation of color #1974FE: hue angle of 216.16º 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 #1974FE is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 116 | 254 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.00 |
| HSL | 216.16º | 0.99% | 0.55% | - |
| HSV(B) | 216.16º | 0.9% | 1% | - |
| XYZ | 24.54 | 19.85 | 96.3 | - |
| YUV | 104.52 | 212.35 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 254 | 0.90 | 0.54 | 0 | 0.00 | 216.16 | 0.99 | 0.55 |
| Hex | 19 | 74 | FE | 5A | 36 | 0 | 0 | D8 | 63 | 37 |
| Octal | 31 | 164 | 376 | 132 | 66 | 0 | 0 | 330 | 143 | 67 |
| Binary | 11001 | 1110100 | 11111110 | 1011010 | 110110 | 0 | 0 | 11011000 | 1100011 | 110111 |
Color Harmonies of #1974FE
Complementary color
Monochromatic Colors of #1974FE
Black with #1974FE
Text Example
Text Example
White with #1974FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1974FE; }
p { color: rgb(25,116,254); }
H1.HeaderClassName
{
color: #1974FE;
}
.AnyTagClassName
{
color: #1974FE;
}
</style>
background-color css
<style>
a { background-color: #1974FE; }
a { background-color: rgb(25,116,254); }
div.DivClassName
{
background-color: #1974FE;
}
.BgClassName
{
background-color: #1974FE;
}
</style>
border-color css
<style>
span { border-color: #1974FE; }
span { border-color: rgb(25,116,254); }
td.TdClassName
{
border-color: #1974FE;
}
.TagClassName
{
border-color: #1974FE;
}
</style>