Shades of Dodger Blue #1287FE
Tints of Dodger Blue #1287FE
RGB
CMYK
RGB Variations
Color information
#1287FE (or 0x1287FE) is known color: Dodger Blue. HEX triplet: 12, 87 and FE. RGB value is (18,135,254). Sum of RGB (Red+Green+Blue) = 18+135+254=407 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.42% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #1287FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1287FE is #ED7801. Grayscale: #707070. Windows color (decimal): -15562754 or 16680722. OLE color: 16680722.
HSL color Cylindrical-coordinate representation of color #1287FE: hue angle of 210.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1287FE is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 135 | 254 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.00 |
| HSL | 210.25º | 0.99% | 0.53% | - |
| HSV(B) | 210.25º | 0.93% | 1% | - |
| XYZ | 26.8 | 24.61 | 97.1 | - |
| YUV | 113.58 | 207.24 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 135 | 254 | 0.93 | 0.47 | 0 | 0.00 | 210.25 | 0.99 | 0.53 |
| Hex | 12 | 87 | FE | 5D | 2F | 0 | 0 | D2 | 63 | 35 |
| Octal | 22 | 207 | 376 | 135 | 57 | 0 | 0 | 322 | 143 | 65 |
| Binary | 10010 | 10000111 | 11111110 | 1011101 | 101111 | 0 | 0 | 11010010 | 1100011 | 110101 |
Color Harmonies of #1287FE
Complementary color
Monochromatic Colors of #1287FE
Black with #1287FE
Text Example
Text Example
White with #1287FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1287FE; }
p { color: rgb(18,135,254); }
H1.HeaderClassName
{
color: #1287FE;
}
.AnyTagClassName
{
color: #1287FE;
}
</style>
background-color css
<style>
a { background-color: #1287FE; }
a { background-color: rgb(18,135,254); }
div.DivClassName
{
background-color: #1287FE;
}
.BgClassName
{
background-color: #1287FE;
}
</style>
border-color css
<style>
span { border-color: #1287FE; }
span { border-color: rgb(18,135,254); }
td.TdClassName
{
border-color: #1287FE;
}
.TagClassName
{
border-color: #1287FE;
}
</style>