Shades of Dodger Blue #1983FF
Tints of Dodger Blue #1983FF
RGB
CMYK
RGB Variations
Color information
#1983FF (or 0x1983FF) is known color: Dodger Blue. HEX triplet: 19, 83 and FF. RGB value is (25,131,255). Sum of RGB (Red+Green+Blue) = 25+131+255=411 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.08% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #1983FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1983FF is #E67C00. Grayscale: #707070. Windows color (decimal): -15105025 or 16745241. OLE color: 16745241.
HSL color Cylindrical-coordinate representation of color #1983FF: hue angle of 212.35º 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 #1983FF is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 131 | 255 | - |
| CMYK | 0.90 | 0.49 | 0 | 0 |
| HSL | 212.35º | 1% | 0.55% | - |
| HSV(B) | 212.35º | 0.9% | 1% | - |
| XYZ | 26.57 | 23.66 | 97.77 | - |
| YUV | 113.44 | 207.88 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 255 | 0.90 | 0.49 | 0 | 0 | 212.35 | 1 | 0.55 |
| Hex | 19 | 83 | FF | 5A | 31 | 0 | 0 | D4 | 64 | 37 |
| Octal | 31 | 203 | 377 | 132 | 61 | 0 | 0 | 324 | 144 | 67 |
| Binary | 11001 | 10000011 | 11111111 | 1011010 | 110001 | 0 | 0 | 11010100 | 1100100 | 110111 |
Color Harmonies of #1983FF
Complementary color
Monochromatic Colors of #1983FF
Black with #1983FF
Text Example
Text Example
White with #1983FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1983FF; }
p { color: rgb(25,131,255); }
H1.HeaderClassName
{
color: #1983FF;
}
.AnyTagClassName
{
color: #1983FF;
}
</style>
background-color css
<style>
a { background-color: #1983FF; }
a { background-color: rgb(25,131,255); }
div.DivClassName
{
background-color: #1983FF;
}
.BgClassName
{
background-color: #1983FF;
}
</style>
border-color css
<style>
span { border-color: #1983FF; }
span { border-color: rgb(25,131,255); }
td.TdClassName
{
border-color: #1983FF;
}
.TagClassName
{
border-color: #1983FF;
}
</style>