Shades of Dodger Blue #1495EB
Tints of Dodger Blue #1495EB
RGB
CMYK
RGB Variations
Color information
#1495EB (or 0x1495EB) is known color: Dodger Blue. HEX triplet: 14, 95 and EB. RGB value is (20,149,235). Sum of RGB (Red+Green+Blue) = 20+149+235=404 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.95% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #1495EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1495EB is #EB6A14. Grayscale: #777777. Windows color (decimal): -15428117 or 15439124. OLE color: 15439124.
HSL color Cylindrical-coordinate representation of color #1495EB: hue angle of 204º 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 #1495EB is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 149 | 235 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.08 |
| HSL | 204º | 0.84% | 0.5% | - |
| HSV(B) | 204º | 0.91% | 0.92% | - |
| XYZ | 26.03 | 27.64 | 82.56 | - |
| YUV | 120.23 | 192.76 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 149 | 235 | 0.91 | 0.37 | 0 | 0.08 | 204 | 0.84 | 0.5 |
| Hex | 14 | 95 | EB | 5B | 25 | 0 | 8 | CC | 54 | 32 |
| Octal | 24 | 225 | 353 | 133 | 45 | 0 | 10 | 314 | 124 | 62 |
| Binary | 10100 | 10010101 | 11101011 | 1011011 | 100101 | 0 | 1000 | 11001100 | 1010100 | 110010 |
Color Harmonies of #1495EB
Complementary color
Monochromatic Colors of #1495EB
Black with #1495EB
Text Example
Text Example
White with #1495EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1495EB; }
p { color: rgb(20,149,235); }
H1.HeaderClassName
{
color: #1495EB;
}
.AnyTagClassName
{
color: #1495EB;
}
</style>
background-color css
<style>
a { background-color: #1495EB; }
a { background-color: rgb(20,149,235); }
div.DivClassName
{
background-color: #1495EB;
}
.BgClassName
{
background-color: #1495EB;
}
</style>
border-color css
<style>
span { border-color: #1495EB; }
span { border-color: rgb(20,149,235); }
td.TdClassName
{
border-color: #1495EB;
}
.TagClassName
{
border-color: #1495EB;
}
</style>