Shades of Dodger Blue #1288FD
Tints of Dodger Blue #1288FD
RGB
CMYK
RGB Variations
Color information
#1288FD (or 0x1288FD) is known color: Dodger Blue. HEX triplet: 12, 88 and FD. RGB value is (18,136,253). Sum of RGB (Red+Green+Blue) = 18+136+253=407 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.42% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 253 (99.22% from 255 or 62.16% from 407); Max value from RGB is 253 - color contains mainly: blue. Hex color #1288FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1288FD is #ED7702. Grayscale: #717171. Windows color (decimal): -15562499 or 16615442. OLE color: 16615442.
HSL color Cylindrical-coordinate representation of color #1288FD: hue angle of 209.87º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1288FD is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 136 | 253 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.01 |
| HSL | 209.87º | 0.98% | 0.53% | - |
| HSV(B) | 209.87º | 0.93% | 0.99% | - |
| XYZ | 26.78 | 24.83 | 96.31 | - |
| YUV | 114.06 | 206.41 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 136 | 253 | 0.93 | 0.46 | 0 | 0.01 | 209.87 | 0.98 | 0.53 |
| Hex | 12 | 88 | FD | 5D | 2E | 0 | 1 | D2 | 62 | 35 |
| Octal | 22 | 210 | 375 | 135 | 56 | 0 | 1 | 322 | 142 | 65 |
| Binary | 10010 | 10001000 | 11111101 | 1011101 | 101110 | 0 | 1 | 11010010 | 1100010 | 110101 |
Color Harmonies of #1288FD
Complementary color
Monochromatic Colors of #1288FD
Black with #1288FD
Text Example
Text Example
White with #1288FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1288FD; }
p { color: rgb(18,136,253); }
H1.HeaderClassName
{
color: #1288FD;
}
.AnyTagClassName
{
color: #1288FD;
}
</style>
background-color css
<style>
a { background-color: #1288FD; }
a { background-color: rgb(18,136,253); }
div.DivClassName
{
background-color: #1288FD;
}
.BgClassName
{
background-color: #1288FD;
}
</style>
border-color css
<style>
span { border-color: #1288FD; }
span { border-color: rgb(18,136,253); }
td.TdClassName
{
border-color: #1288FD;
}
.TagClassName
{
border-color: #1288FD;
}
</style>