Shades of Dodger Blue #1495FF
Tints of Dodger Blue #1495FF
RGB
CMYK
RGB Variations
Color information
#1495FF (or 0x1495FF) is known color: Dodger Blue. HEX triplet: 14, 95 and FF. RGB value is (20,149,255). Sum of RGB (Red+Green+Blue) = 20+149+255=424 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.72% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #1495FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1495FF is #EB6A00. Grayscale: #797979. Windows color (decimal): -15428097 or 16749844. OLE color: 16749844.
HSL color Cylindrical-coordinate representation of color #1495FF: hue angle of 207.06º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1495FF is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 149 | 255 | - |
| CMYK | 0.92 | 0.42 | 0 | 0 |
| HSL | 207.06º | 1% | 0.54% | - |
| HSV(B) | 207.06º | 0.92% | 1% | - |
| XYZ | 29.09 | 28.86 | 98.65 | - |
| YUV | 122.51 | 202.76 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 149 | 255 | 0.92 | 0.42 | 0 | 0 | 207.06 | 1 | 0.54 |
| Hex | 14 | 95 | FF | 5C | 2A | 0 | 0 | CF | 64 | 36 |
| Octal | 24 | 225 | 377 | 134 | 52 | 0 | 0 | 317 | 144 | 66 |
| Binary | 10100 | 10010101 | 11111111 | 1011100 | 101010 | 0 | 0 | 11001111 | 1100100 | 110110 |
Color Harmonies of #1495FF
Complementary color
Monochromatic Colors of #1495FF
Black with #1495FF
Text Example
Text Example
White with #1495FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1495FF; }
p { color: rgb(20,149,255); }
H1.HeaderClassName
{
color: #1495FF;
}
.AnyTagClassName
{
color: #1495FF;
}
</style>
background-color css
<style>
a { background-color: #1495FF; }
a { background-color: rgb(20,149,255); }
div.DivClassName
{
background-color: #1495FF;
}
.BgClassName
{
background-color: #1495FF;
}
</style>
border-color css
<style>
span { border-color: #1495FF; }
span { border-color: rgb(20,149,255); }
td.TdClassName
{
border-color: #1495FF;
}
.TagClassName
{
border-color: #1495FF;
}
</style>