Shades of Dodger Blue #1972FE
Tints of Dodger Blue #1972FE
RGB
CMYK
RGB Variations
Color information
#1972FE (or 0x1972FE) is known color: Dodger Blue. HEX triplet: 19, 72 and FE. RGB value is (25,114,254). Sum of RGB (Red+Green+Blue) = 25+114+254=393 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.36% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #1972FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1972FE is #E68D01. Grayscale: #666666. Windows color (decimal): -15109378 or 16675353. OLE color: 16675353.
HSL color Cylindrical-coordinate representation of color #1972FE: hue angle of 216.68º 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 #1972FE is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 114 | 254 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.00 |
| HSL | 216.68º | 0.99% | 0.55% | - |
| HSV(B) | 216.68º | 0.9% | 1% | - |
| XYZ | 24.31 | 19.4 | 96.23 | - |
| YUV | 103.35 | 213.01 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 114 | 254 | 0.90 | 0.55 | 0 | 0.00 | 216.68 | 0.99 | 0.55 |
| Hex | 19 | 72 | FE | 5A | 37 | 0 | 0 | D9 | 63 | 37 |
| Octal | 31 | 162 | 376 | 132 | 67 | 0 | 0 | 331 | 143 | 67 |
| Binary | 11001 | 1110010 | 11111110 | 1011010 | 110111 | 0 | 0 | 11011001 | 1100011 | 110111 |
Color Harmonies of #1972FE
Complementary color
Monochromatic Colors of #1972FE
Black with #1972FE
Text Example
Text Example
White with #1972FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1972FE; }
p { color: rgb(25,114,254); }
H1.HeaderClassName
{
color: #1972FE;
}
.AnyTagClassName
{
color: #1972FE;
}
</style>
background-color css
<style>
a { background-color: #1972FE; }
a { background-color: rgb(25,114,254); }
div.DivClassName
{
background-color: #1972FE;
}
.BgClassName
{
background-color: #1972FE;
}
</style>
border-color css
<style>
span { border-color: #1972FE; }
span { border-color: rgb(25,114,254); }
td.TdClassName
{
border-color: #1972FE;
}
.TagClassName
{
border-color: #1972FE;
}
</style>