Shades of Dodger Blue #1485E1
Tints of Dodger Blue #1485E1
RGB
CMYK
RGB Variations
Color information
#1485E1 (or 0x1485E1) is known color: Dodger Blue. HEX triplet: 14, 85 and E1. RGB value is (20,133,225). Sum of RGB (Red+Green+Blue) = 20+133+225=378 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.29% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 225 (88.28% from 255 or 59.52% from 378); Max value from RGB is 225 - color contains mainly: blue. Hex color #1485E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1485E1 is #EB7A1E. Grayscale: #6D6D6D. Windows color (decimal): -15432223 or 14779668. OLE color: 14779668.
HSL color Cylindrical-coordinate representation of color #1485E1: hue angle of 206.93º 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 #1485E1 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 133 | 225 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.12 |
| HSL | 206.93º | 0.84% | 0.48% | - |
| HSV(B) | 206.93º | 0.91% | 0.88% | - |
| XYZ | 22.27 | 22.36 | 74.38 | - |
| YUV | 109.7 | 193.06 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 225 | 0.91 | 0.41 | 0 | 0.12 | 206.93 | 0.84 | 0.48 |
| Hex | 14 | 85 | E1 | 5B | 29 | 0 | C | CF | 54 | 30 |
| Octal | 24 | 205 | 341 | 133 | 51 | 0 | 14 | 317 | 124 | 60 |
| Binary | 10100 | 10000101 | 11100001 | 1011011 | 101001 | 0 | 1100 | 11001111 | 1010100 | 110000 |
Color Harmonies of #1485E1
Complementary color
Monochromatic Colors of #1485E1
Black with #1485E1
Text Example
Text Example
White with #1485E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1485E1; }
p { color: rgb(20,133,225); }
H1.HeaderClassName
{
color: #1485E1;
}
.AnyTagClassName
{
color: #1485E1;
}
</style>
background-color css
<style>
a { background-color: #1485E1; }
a { background-color: rgb(20,133,225); }
div.DivClassName
{
background-color: #1485E1;
}
.BgClassName
{
background-color: #1485E1;
}
</style>
border-color css
<style>
span { border-color: #1485E1; }
span { border-color: rgb(20,133,225); }
td.TdClassName
{
border-color: #1485E1;
}
.TagClassName
{
border-color: #1485E1;
}
</style>