Shades of Dodger Blue #1485DC
Tints of Dodger Blue #1485DC
RGB
CMYK
RGB Variations
Color information
#1485DC (or 0x1485DC) is known color: Dodger Blue. HEX triplet: 14, 85 and DC. RGB value is (20,133,220). Sum of RGB (Red+Green+Blue) = 20+133+220=373 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.36% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #1485DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1485DC is #EB7A23. Grayscale: #6C6C6C. Windows color (decimal): -15432228 or 14451988. OLE color: 14451988.
HSL color Cylindrical-coordinate representation of color #1485DC: hue angle of 206.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1485DC is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 133 | 220 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.14 |
| HSL | 206.1º | 0.83% | 0.47% | - |
| HSV(B) | 206.1º | 0.91% | 0.86% | - |
| XYZ | 21.59 | 22.09 | 70.84 | - |
| YUV | 109.13 | 190.56 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 220 | 0.91 | 0.40 | 0 | 0.14 | 206.1 | 0.83 | 0.47 |
| Hex | 14 | 85 | DC | 5B | 28 | 0 | E | CE | 53 | 2F |
| Octal | 24 | 205 | 334 | 133 | 50 | 0 | 16 | 316 | 123 | 57 |
| Binary | 10100 | 10000101 | 11011100 | 1011011 | 101000 | 0 | 1110 | 11001110 | 1010011 | 101111 |
Color Harmonies of #1485DC
Complementary color
Monochromatic Colors of #1485DC
Black with #1485DC
Text Example
Text Example
White with #1485DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1485DC; }
p { color: rgb(20,133,220); }
H1.HeaderClassName
{
color: #1485DC;
}
.AnyTagClassName
{
color: #1485DC;
}
</style>
background-color css
<style>
a { background-color: #1485DC; }
a { background-color: rgb(20,133,220); }
div.DivClassName
{
background-color: #1485DC;
}
.BgClassName
{
background-color: #1485DC;
}
</style>
border-color css
<style>
span { border-color: #1485DC; }
span { border-color: rgb(20,133,220); }
td.TdClassName
{
border-color: #1485DC;
}
.TagClassName
{
border-color: #1485DC;
}
</style>