Shades of Dodger Blue #1985FF
Tints of Dodger Blue #1985FF
RGB
CMYK
RGB Variations
Color information
#1985FF (or 0x1985FF) is known color: Dodger Blue. HEX triplet: 19, 85 and FF. RGB value is (25,133,255). Sum of RGB (Red+Green+Blue) = 25+133+255=413 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.05% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #1985FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1985FF is #E67A00. Grayscale: #727272. Windows color (decimal): -15104513 or 16745753. OLE color: 16745753.
HSL color Cylindrical-coordinate representation of color #1985FF: hue angle of 211.83º 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 #1985FF is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 133 | 255 | - |
| CMYK | 0.90 | 0.48 | 0 | 0 |
| HSL | 211.83º | 1% | 0.55% | - |
| HSV(B) | 211.83º | 0.9% | 1% | - |
| XYZ | 26.84 | 24.2 | 97.86 | - |
| YUV | 114.62 | 207.22 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 255 | 0.90 | 0.48 | 0 | 0 | 211.83 | 1 | 0.55 |
| Hex | 19 | 85 | FF | 5A | 30 | 0 | 0 | D4 | 64 | 37 |
| Octal | 31 | 205 | 377 | 132 | 60 | 0 | 0 | 324 | 144 | 67 |
| Binary | 11001 | 10000101 | 11111111 | 1011010 | 110000 | 0 | 0 | 11010100 | 1100100 | 110111 |
Color Harmonies of #1985FF
Complementary color
Monochromatic Colors of #1985FF
Black with #1985FF
Text Example
Text Example
White with #1985FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1985FF; }
p { color: rgb(25,133,255); }
H1.HeaderClassName
{
color: #1985FF;
}
.AnyTagClassName
{
color: #1985FF;
}
</style>
background-color css
<style>
a { background-color: #1985FF; }
a { background-color: rgb(25,133,255); }
div.DivClassName
{
background-color: #1985FF;
}
.BgClassName
{
background-color: #1985FF;
}
</style>
border-color css
<style>
span { border-color: #1985FF; }
span { border-color: rgb(25,133,255); }
td.TdClassName
{
border-color: #1985FF;
}
.TagClassName
{
border-color: #1985FF;
}
</style>