Shades of Dodger Blue #1485EF
Tints of Dodger Blue #1485EF
RGB
CMYK
RGB Variations
Color information
#1485EF (or 0x1485EF) is known color: Dodger Blue. HEX triplet: 14, 85 and EF. RGB value is (20,133,239). Sum of RGB (Red+Green+Blue) = 20+133+239=392 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.10% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 239 (93.75% from 255 or 60.97% from 392); Max value from RGB is 239 - color contains mainly: blue. Hex color #1485EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1485EF is #EB7A10. Grayscale: #6E6E6E. Windows color (decimal): -15432209 or 15697172. OLE color: 15697172.
HSL color Cylindrical-coordinate representation of color #1485EF: hue angle of 209.04º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1485EF is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 133 | 239 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.06 |
| HSL | 209.04º | 0.87% | 0.51% | - |
| HSV(B) | 209.04º | 0.92% | 0.94% | - |
| XYZ | 24.26 | 23.16 | 84.85 | - |
| YUV | 111.3 | 200.06 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 239 | 0.92 | 0.44 | 0 | 0.06 | 209.04 | 0.87 | 0.51 |
| Hex | 14 | 85 | EF | 5C | 2C | 0 | 6 | D1 | 57 | 33 |
| Octal | 24 | 205 | 357 | 134 | 54 | 0 | 6 | 321 | 127 | 63 |
| Binary | 10100 | 10000101 | 11101111 | 1011100 | 101100 | 0 | 110 | 11010001 | 1010111 | 110011 |
Color Harmonies of #1485EF
Complementary color
Monochromatic Colors of #1485EF
Black with #1485EF
Text Example
Text Example
White with #1485EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1485EF; }
p { color: rgb(20,133,239); }
H1.HeaderClassName
{
color: #1485EF;
}
.AnyTagClassName
{
color: #1485EF;
}
</style>
background-color css
<style>
a { background-color: #1485EF; }
a { background-color: rgb(20,133,239); }
div.DivClassName
{
background-color: #1485EF;
}
.BgClassName
{
background-color: #1485EF;
}
</style>
border-color css
<style>
span { border-color: #1485EF; }
span { border-color: rgb(20,133,239); }
td.TdClassName
{
border-color: #1485EF;
}
.TagClassName
{
border-color: #1485EF;
}
</style>