Shades of Dodger Blue #1488DF
Tints of Dodger Blue #1488DF
RGB
CMYK
RGB Variations
Color information
#1488DF (or 0x1488DF) is known color: Dodger Blue. HEX triplet: 14, 88 and DF. RGB value is (20,136,223). Sum of RGB (Red+Green+Blue) = 20+136+223=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #1488DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1488DF is #EB7720. Grayscale: #6E6E6E. Windows color (decimal): -15431457 or 14649364. OLE color: 14649364.
HSL color Cylindrical-coordinate representation of color #1488DF: hue angle of 205.71º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1488DF is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 136 | 223 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.13 |
| HSL | 205.71º | 0.84% | 0.48% | - |
| HSV(B) | 205.71º | 0.91% | 0.87% | - |
| XYZ | 22.41 | 23.08 | 73.09 | - |
| YUV | 111.23 | 191.07 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 136 | 223 | 0.91 | 0.39 | 0 | 0.13 | 205.71 | 0.84 | 0.48 |
| Hex | 14 | 88 | DF | 5B | 27 | 0 | D | CE | 54 | 30 |
| Octal | 24 | 210 | 337 | 133 | 47 | 0 | 15 | 316 | 124 | 60 |
| Binary | 10100 | 10001000 | 11011111 | 1011011 | 100111 | 0 | 1101 | 11001110 | 1010100 | 110000 |
Color Harmonies of #1488DF
Complementary color
Monochromatic Colors of #1488DF
Black with #1488DF
Text Example
Text Example
White with #1488DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1488DF; }
p { color: rgb(20,136,223); }
H1.HeaderClassName
{
color: #1488DF;
}
.AnyTagClassName
{
color: #1488DF;
}
</style>
background-color css
<style>
a { background-color: #1488DF; }
a { background-color: rgb(20,136,223); }
div.DivClassName
{
background-color: #1488DF;
}
.BgClassName
{
background-color: #1488DF;
}
</style>
border-color css
<style>
span { border-color: #1488DF; }
span { border-color: rgb(20,136,223); }
td.TdClassName
{
border-color: #1488DF;
}
.TagClassName
{
border-color: #1488DF;
}
</style>