Shades of Dodger Blue #1488FD
Tints of Dodger Blue #1488FD
RGB
CMYK
RGB Variations
Color information
#1488FD (or 0x1488FD) is known color: Dodger Blue. HEX triplet: 14, 88 and FD. RGB value is (20,136,253). Sum of RGB (Red+Green+Blue) = 20+136+253=409 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.89% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #1488FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1488FD is #EB7702. Grayscale: #727272. Windows color (decimal): -15431427 or 16615444. OLE color: 16615444.
HSL color Cylindrical-coordinate representation of color #1488FD: hue angle of 210.13º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1488FD is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 136 | 253 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.01 |
| HSL | 210.13º | 0.98% | 0.54% | - |
| HSV(B) | 210.13º | 0.92% | 0.99% | - |
| XYZ | 26.82 | 24.85 | 96.31 | - |
| YUV | 114.65 | 206.07 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 136 | 253 | 0.92 | 0.46 | 0 | 0.01 | 210.13 | 0.98 | 0.54 |
| Hex | 14 | 88 | FD | 5C | 2E | 0 | 1 | D2 | 62 | 36 |
| Octal | 24 | 210 | 375 | 134 | 56 | 0 | 1 | 322 | 142 | 66 |
| Binary | 10100 | 10001000 | 11111101 | 1011100 | 101110 | 0 | 1 | 11010010 | 1100010 | 110110 |
Color Harmonies of #1488FD
Complementary color
Monochromatic Colors of #1488FD
Black with #1488FD
Text Example
Text Example
White with #1488FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1488FD; }
p { color: rgb(20,136,253); }
H1.HeaderClassName
{
color: #1488FD;
}
.AnyTagClassName
{
color: #1488FD;
}
</style>
background-color css
<style>
a { background-color: #1488FD; }
a { background-color: rgb(20,136,253); }
div.DivClassName
{
background-color: #1488FD;
}
.BgClassName
{
background-color: #1488FD;
}
</style>
border-color css
<style>
span { border-color: #1488FD; }
span { border-color: rgb(20,136,253); }
td.TdClassName
{
border-color: #1488FD;
}
.TagClassName
{
border-color: #1488FD;
}
</style>