Shades of Dodger Blue #1087FA
Tints of Dodger Blue #1087FA
RGB
CMYK
RGB Variations
Color information
#1087FA (or 0x1087FA) is known color: Dodger Blue. HEX triplet: 10, 87 and FA. RGB value is (16,135,250). Sum of RGB (Red+Green+Blue) = 16+135+250=401 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.99% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #1087FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1087FA is #EF7805. Grayscale: #6F6F6F. Windows color (decimal): -15693830 or 16418576. OLE color: 16418576.
HSL color Cylindrical-coordinate representation of color #1087FA: hue angle of 209.49º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1087FA is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 135 | 250 | - |
| CMYK | 0.94 | 0.46 | 0 | 0.02 |
| HSL | 209.49º | 0.96% | 0.52% | - |
| HSV(B) | 209.49º | 0.94% | 0.98% | - |
| XYZ | 26.13 | 24.34 | 93.76 | - |
| YUV | 112.53 | 205.58 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 250 | 0.94 | 0.46 | 0 | 0.02 | 209.49 | 0.96 | 0.52 |
| Hex | 10 | 87 | FA | 5E | 2E | 0 | 2 | D1 | 60 | 34 |
| Octal | 20 | 207 | 372 | 136 | 56 | 0 | 2 | 321 | 140 | 64 |
| Binary | 10000 | 10000111 | 11111010 | 1011110 | 101110 | 0 | 10 | 11010001 | 1100000 | 110100 |
Color Harmonies of #1087FA
Complementary color
Monochromatic Colors of #1087FA
Black with #1087FA
Text Example
Text Example
White with #1087FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1087FA; }
p { color: rgb(16,135,250); }
H1.HeaderClassName
{
color: #1087FA;
}
.AnyTagClassName
{
color: #1087FA;
}
</style>
background-color css
<style>
a { background-color: #1087FA; }
a { background-color: rgb(16,135,250); }
div.DivClassName
{
background-color: #1087FA;
}
.BgClassName
{
background-color: #1087FA;
}
</style>
border-color css
<style>
span { border-color: #1087FA; }
span { border-color: rgb(16,135,250); }
td.TdClassName
{
border-color: #1087FA;
}
.TagClassName
{
border-color: #1087FA;
}
</style>