Shades of Dodger Blue #1485EB
Tints of Dodger Blue #1485EB
RGB
CMYK
RGB Variations
Color information
#1485EB (or 0x1485EB) is known color: Dodger Blue. HEX triplet: 14, 85 and EB. RGB value is (20,133,235). Sum of RGB (Red+Green+Blue) = 20+133+235=388 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.15% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 235 (92.19% from 255 or 60.57% from 388); Max value from RGB is 235 - color contains mainly: blue. Hex color #1485EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1485EB is #EB7A14. Grayscale: #6E6E6E. Windows color (decimal): -15432213 or 15435028. OLE color: 15435028.
HSL color Cylindrical-coordinate representation of color #1485EB: hue angle of 208.47º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1485EB is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 133 | 235 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.08 |
| HSL | 208.47º | 0.84% | 0.5% | - |
| HSV(B) | 208.47º | 0.91% | 0.92% | - |
| XYZ | 23.67 | 22.92 | 81.77 | - |
| YUV | 110.84 | 198.06 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 235 | 0.91 | 0.43 | 0 | 0.08 | 208.47 | 0.84 | 0.5 |
| Hex | 14 | 85 | EB | 5B | 2B | 0 | 8 | D0 | 54 | 32 |
| Octal | 24 | 205 | 353 | 133 | 53 | 0 | 10 | 320 | 124 | 62 |
| Binary | 10100 | 10000101 | 11101011 | 1011011 | 101011 | 0 | 1000 | 11010000 | 1010100 | 110010 |
Color Harmonies of #1485EB
Complementary color
Monochromatic Colors of #1485EB
Black with #1485EB
Text Example
Text Example
White with #1485EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1485EB; }
p { color: rgb(20,133,235); }
H1.HeaderClassName
{
color: #1485EB;
}
.AnyTagClassName
{
color: #1485EB;
}
</style>
background-color css
<style>
a { background-color: #1485EB; }
a { background-color: rgb(20,133,235); }
div.DivClassName
{
background-color: #1485EB;
}
.BgClassName
{
background-color: #1485EB;
}
</style>
border-color css
<style>
span { border-color: #1485EB; }
span { border-color: rgb(20,133,235); }
td.TdClassName
{
border-color: #1485EB;
}
.TagClassName
{
border-color: #1485EB;
}
</style>