Shades of Dodger Blue #1493FE
Tints of Dodger Blue #1493FE
RGB
CMYK
RGB Variations
Color information
#1493FE (or 0x1493FE) is known color: Dodger Blue. HEX triplet: 14, 93 and FE. RGB value is (20,147,254). Sum of RGB (Red+Green+Blue) = 20+147+254=421 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.75% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #1493FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1493FE is #EB6C01. Grayscale: #787878. Windows color (decimal): -15428610 or 16683796. OLE color: 16683796.
HSL color Cylindrical-coordinate representation of color #1493FE: hue angle of 207.44º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1493FE is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 147 | 254 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.00 |
| HSL | 207.44º | 0.99% | 0.54% | - |
| HSV(B) | 207.44º | 0.92% | 1% | - |
| XYZ | 28.61 | 28.17 | 97.7 | - |
| YUV | 121.23 | 202.92 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 254 | 0.92 | 0.42 | 0 | 0.00 | 207.44 | 0.99 | 0.54 |
| Hex | 14 | 93 | FE | 5C | 2A | 0 | 0 | CF | 63 | 36 |
| Octal | 24 | 223 | 376 | 134 | 52 | 0 | 0 | 317 | 143 | 66 |
| Binary | 10100 | 10010011 | 11111110 | 1011100 | 101010 | 0 | 0 | 11001111 | 1100011 | 110110 |
Color Harmonies of #1493FE
Complementary color
Monochromatic Colors of #1493FE
Black with #1493FE
Text Example
Text Example
White with #1493FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1493FE; }
p { color: rgb(20,147,254); }
H1.HeaderClassName
{
color: #1493FE;
}
.AnyTagClassName
{
color: #1493FE;
}
</style>
background-color css
<style>
a { background-color: #1493FE; }
a { background-color: rgb(20,147,254); }
div.DivClassName
{
background-color: #1493FE;
}
.BgClassName
{
background-color: #1493FE;
}
</style>
border-color css
<style>
span { border-color: #1493FE; }
span { border-color: rgb(20,147,254); }
td.TdClassName
{
border-color: #1493FE;
}
.TagClassName
{
border-color: #1493FE;
}
</style>