Shades of Dodger Blue #1488E0
Tints of Dodger Blue #1488E0
RGB
CMYK
RGB Variations
Color information
#1488E0 (or 0x1488E0) is known color: Dodger Blue. HEX triplet: 14, 88 and E0. RGB value is (20,136,224). Sum of RGB (Red+Green+Blue) = 20+136+224=380 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.26% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 224 (87.89% from 255 or 58.95% from 380); Max value from RGB is 224 - color contains mainly: blue. Hex color #1488E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1488E0 is #EB771F. Grayscale: #6E6E6E. Windows color (decimal): -15431456 or 14714900. OLE color: 14714900.
HSL color Cylindrical-coordinate representation of color #1488E0: hue angle of 205.88º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1488E0 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 136 | 224 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.12 |
| HSL | 205.88º | 0.84% | 0.48% | - |
| HSV(B) | 205.88º | 0.91% | 0.88% | - |
| XYZ | 22.55 | 23.14 | 73.8 | - |
| YUV | 111.35 | 191.57 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 136 | 224 | 0.91 | 0.39 | 0 | 0.12 | 205.88 | 0.84 | 0.48 |
| Hex | 14 | 88 | E0 | 5B | 27 | 0 | C | CE | 54 | 30 |
| Octal | 24 | 210 | 340 | 133 | 47 | 0 | 14 | 316 | 124 | 60 |
| Binary | 10100 | 10001000 | 11100000 | 1011011 | 100111 | 0 | 1100 | 11001110 | 1010100 | 110000 |
Color Harmonies of #1488E0
Complementary color
Monochromatic Colors of #1488E0
Black with #1488E0
Text Example
Text Example
White with #1488E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1488E0; }
p { color: rgb(20,136,224); }
H1.HeaderClassName
{
color: #1488E0;
}
.AnyTagClassName
{
color: #1488E0;
}
</style>
background-color css
<style>
a { background-color: #1488E0; }
a { background-color: rgb(20,136,224); }
div.DivClassName
{
background-color: #1488E0;
}
.BgClassName
{
background-color: #1488E0;
}
</style>
border-color css
<style>
span { border-color: #1488E0; }
span { border-color: rgb(20,136,224); }
td.TdClassName
{
border-color: #1488E0;
}
.TagClassName
{
border-color: #1488E0;
}
</style>