Shades of Dodger Blue #1992FF
Tints of Dodger Blue #1992FF
RGB
CMYK
RGB Variations
Color information
#1992FF (or 0x1992FF) is known color: Dodger Blue. HEX triplet: 19, 92 and FF. RGB value is (25,146,255). Sum of RGB (Red+Green+Blue) = 25+146+255=426 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.87% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #1992FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1992FF is #E66D00. Grayscale: #797979. Windows color (decimal): -15101185 or 16749081. OLE color: 16749081.
HSL color Cylindrical-coordinate representation of color #1992FF: hue angle of 208.43º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1992FF is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 146 | 255 | - |
| CMYK | 0.90 | 0.43 | 0 | 0 |
| HSL | 208.43º | 1% | 0.55% | - |
| HSV(B) | 208.43º | 0.9% | 1% | - |
| XYZ | 28.73 | 27.98 | 98.5 | - |
| YUV | 122.25 | 202.91 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 255 | 0.90 | 0.43 | 0 | 0 | 208.43 | 1 | 0.55 |
| Hex | 19 | 92 | FF | 5A | 2B | 0 | 0 | D0 | 64 | 37 |
| Octal | 31 | 222 | 377 | 132 | 53 | 0 | 0 | 320 | 144 | 67 |
| Binary | 11001 | 10010010 | 11111111 | 1011010 | 101011 | 0 | 0 | 11010000 | 1100100 | 110111 |
Color Harmonies of #1992FF
Complementary color
Monochromatic Colors of #1992FF
Black with #1992FF
Text Example
Text Example
White with #1992FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1992FF; }
p { color: rgb(25,146,255); }
H1.HeaderClassName
{
color: #1992FF;
}
.AnyTagClassName
{
color: #1992FF;
}
</style>
background-color css
<style>
a { background-color: #1992FF; }
a { background-color: rgb(25,146,255); }
div.DivClassName
{
background-color: #1992FF;
}
.BgClassName
{
background-color: #1992FF;
}
</style>
border-color css
<style>
span { border-color: #1992FF; }
span { border-color: rgb(25,146,255); }
td.TdClassName
{
border-color: #1992FF;
}
.TagClassName
{
border-color: #1992FF;
}
</style>