Shades of Dodger Blue #1493FF
Tints of Dodger Blue #1493FF
RGB
CMYK
RGB Variations
Color information
#1493FF (or 0x1493FF) is known color: Dodger Blue. HEX triplet: 14, 93 and FF. RGB value is (20,147,255). Sum of RGB (Red+Green+Blue) = 20+147+255=422 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.74% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #1493FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1493FF is #EB6C00. Grayscale: #787878. Windows color (decimal): -15428609 or 16749332. OLE color: 16749332.
HSL color Cylindrical-coordinate representation of color #1493FF: hue angle of 207.57º 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 #1493FF is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 147 | 255 | - |
| CMYK | 0.92 | 0.42 | 0 | 0 |
| HSL | 207.57º | 1% | 0.54% | - |
| HSV(B) | 207.57º | 0.92% | 1% | - |
| XYZ | 28.77 | 28.24 | 98.54 | - |
| YUV | 121.34 | 203.42 | 55.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 255 | 0.92 | 0.42 | 0 | 0 | 207.57 | 1 | 0.54 |
| Hex | 14 | 93 | FF | 5C | 2A | 0 | 0 | D0 | 64 | 36 |
| Octal | 24 | 223 | 377 | 134 | 52 | 0 | 0 | 320 | 144 | 66 |
| Binary | 10100 | 10010011 | 11111111 | 1011100 | 101010 | 0 | 0 | 11010000 | 1100100 | 110110 |
Color Harmonies of #1493FF
Complementary color
Monochromatic Colors of #1493FF
Black with #1493FF
Text Example
Text Example
White with #1493FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1493FF; }
p { color: rgb(20,147,255); }
H1.HeaderClassName
{
color: #1493FF;
}
.AnyTagClassName
{
color: #1493FF;
}
</style>
background-color css
<style>
a { background-color: #1493FF; }
a { background-color: rgb(20,147,255); }
div.DivClassName
{
background-color: #1493FF;
}
.BgClassName
{
background-color: #1493FF;
}
</style>
border-color css
<style>
span { border-color: #1493FF; }
span { border-color: rgb(20,147,255); }
td.TdClassName
{
border-color: #1493FF;
}
.TagClassName
{
border-color: #1493FF;
}
</style>