Shades of Dodger Blue #1987FA
Tints of Dodger Blue #1987FA
RGB
CMYK
RGB Variations
Color information
#1987FA (or 0x1987FA) is known color: Dodger Blue. HEX triplet: 19, 87 and FA. RGB value is (25,135,250). Sum of RGB (Red+Green+Blue) = 25+135+250=410 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.10% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #1987FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1987FA is #E67805. Grayscale: #727272. Windows color (decimal): -15104006 or 16418585. OLE color: 16418585.
HSL color Cylindrical-coordinate representation of color #1987FA: hue angle of 210.67º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1987FA is Cyan = 0.9, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 135 | 250 | - |
| CMYK | 0.9 | 0.46 | 0 | 0.02 |
| HSL | 210.67º | 0.96% | 0.54% | - |
| HSV(B) | 210.67º | 0.9% | 0.98% | - |
| XYZ | 26.32 | 24.44 | 93.77 | - |
| YUV | 115.22 | 204.06 | 63.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 135 | 250 | 0.9 | 0.46 | 0 | 0.02 | 210.67 | 0.96 | 0.54 |
| Hex | 19 | 87 | FA | 5A | 2E | 0 | 2 | D3 | 60 | 36 |
| Octal | 31 | 207 | 372 | 132 | 56 | 0 | 2 | 323 | 140 | 66 |
| Binary | 11001 | 10000111 | 11111010 | 1011010 | 101110 | 0 | 10 | 11010011 | 1100000 | 110110 |
Color Harmonies of #1987FA
Complementary color
Monochromatic Colors of #1987FA
Black with #1987FA
Text Example
Text Example
White with #1987FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1987FA; }
p { color: rgb(25,135,250); }
H1.HeaderClassName
{
color: #1987FA;
}
.AnyTagClassName
{
color: #1987FA;
}
</style>
background-color css
<style>
a { background-color: #1987FA; }
a { background-color: rgb(25,135,250); }
div.DivClassName
{
background-color: #1987FA;
}
.BgClassName
{
background-color: #1987FA;
}
</style>
border-color css
<style>
span { border-color: #1987FA; }
span { border-color: rgb(25,135,250); }
td.TdClassName
{
border-color: #1987FA;
}
.TagClassName
{
border-color: #1987FA;
}
</style>