Shades of Dodger Blue #1287FA
Tints of Dodger Blue #1287FA
RGB
CMYK
RGB Variations
Color information
#1287FA (or 0x1287FA) is known color: Dodger Blue. HEX triplet: 12, 87 and FA. RGB value is (18,135,250). Sum of RGB (Red+Green+Blue) = 18+135+250=403 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.47% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #1287FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1287FA is #ED7805. Grayscale: #707070. Windows color (decimal): -15562758 or 16418578. OLE color: 16418578.
HSL color Cylindrical-coordinate representation of color #1287FA: hue angle of 209.74º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1287FA is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 135 | 250 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.02 |
| HSL | 209.74º | 0.96% | 0.53% | - |
| HSV(B) | 209.74º | 0.93% | 0.98% | - |
| XYZ | 26.17 | 24.36 | 93.76 | - |
| YUV | 113.13 | 205.24 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 135 | 250 | 0.93 | 0.46 | 0 | 0.02 | 209.74 | 0.96 | 0.53 |
| Hex | 12 | 87 | FA | 5D | 2E | 0 | 2 | D2 | 60 | 35 |
| Octal | 22 | 207 | 372 | 135 | 56 | 0 | 2 | 322 | 140 | 65 |
| Binary | 10010 | 10000111 | 11111010 | 1011101 | 101110 | 0 | 10 | 11010010 | 1100000 | 110101 |
Color Harmonies of #1287FA
Complementary color
Monochromatic Colors of #1287FA
Black with #1287FA
Text Example
Text Example
White with #1287FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1287FA; }
p { color: rgb(18,135,250); }
H1.HeaderClassName
{
color: #1287FA;
}
.AnyTagClassName
{
color: #1287FA;
}
</style>
background-color css
<style>
a { background-color: #1287FA; }
a { background-color: rgb(18,135,250); }
div.DivClassName
{
background-color: #1287FA;
}
.BgClassName
{
background-color: #1287FA;
}
</style>
border-color css
<style>
span { border-color: #1287FA; }
span { border-color: rgb(18,135,250); }
td.TdClassName
{
border-color: #1287FA;
}
.TagClassName
{
border-color: #1287FA;
}
</style>