Shades of Dodger Blue #1593FD
Tints of Dodger Blue #1593FD
RGB
CMYK
RGB Variations
Color information
#1593FD (or 0x1593FD) is known color: Dodger Blue. HEX triplet: 15, 93 and FD. RGB value is (21,147,253). Sum of RGB (Red+Green+Blue) = 21+147+253=421 (55% of max value = 765). Red value is 21 (8.59% from 255 or 4.99% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #1593FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1593FD is #EA6C02. Grayscale: #787878. Windows color (decimal): -15363075 or 16618261. OLE color: 16618261.
HSL color Cylindrical-coordinate representation of color #1593FD: hue angle of 207.41º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1593FD is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 147 | 253 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.01 |
| HSL | 207.41º | 0.98% | 0.54% | - |
| HSV(B) | 207.41º | 0.92% | 0.99% | - |
| XYZ | 28.47 | 28.12 | 96.86 | - |
| YUV | 121.41 | 202.26 | 56.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 147 | 253 | 0.92 | 0.42 | 0 | 0.01 | 207.41 | 0.98 | 0.54 |
| Hex | 15 | 93 | FD | 5C | 2A | 0 | 1 | CF | 62 | 36 |
| Octal | 25 | 223 | 375 | 134 | 52 | 0 | 1 | 317 | 142 | 66 |
| Binary | 10101 | 10010011 | 11111101 | 1011100 | 101010 | 0 | 1 | 11001111 | 1100010 | 110110 |
Color Harmonies of #1593FD
Complementary color
Monochromatic Colors of #1593FD
Black with #1593FD
Text Example
Text Example
White with #1593FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1593FD; }
p { color: rgb(21,147,253); }
H1.HeaderClassName
{
color: #1593FD;
}
.AnyTagClassName
{
color: #1593FD;
}
</style>
background-color css
<style>
a { background-color: #1593FD; }
a { background-color: rgb(21,147,253); }
div.DivClassName
{
background-color: #1593FD;
}
.BgClassName
{
background-color: #1593FD;
}
</style>
border-color css
<style>
span { border-color: #1593FD; }
span { border-color: rgb(21,147,253); }
td.TdClassName
{
border-color: #1593FD;
}
.TagClassName
{
border-color: #1593FD;
}
</style>