Shades of Dodger Blue #0593FF
Tints of Dodger Blue #0593FF
RGB
CMYK
RGB Variations
Color information
#0593FF (or 0x0593FF) is known color: Dodger Blue. HEX triplet: 05, 93 and FF. RGB value is (5,147,255). Sum of RGB (Red+Green+Blue) = 5+147+255=407 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #0593FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0593FF is #FA6C00. Grayscale: #747474. Windows color (decimal): -16411649 or 16749317. OLE color: 16749317.
HSL color Cylindrical-coordinate representation of color #0593FF: hue angle of 205.92º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0593FF is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 147 | 255 | - |
| CMYK | 0.98 | 0.42 | 0 | 0 |
| HSL | 205.92º | 1% | 0.51% | - |
| HSV(B) | 205.92º | 0.98% | 1% | - |
| XYZ | 28.55 | 28.12 | 98.53 | - |
| YUV | 116.85 | 205.96 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 147 | 255 | 0.98 | 0.42 | 0 | 0 | 205.92 | 1 | 0.51 |
| Hex | 5 | 93 | FF | 62 | 2A | 0 | 0 | CE | 64 | 33 |
| Octal | 5 | 223 | 377 | 142 | 52 | 0 | 0 | 316 | 144 | 63 |
| Binary | 101 | 10010011 | 11111111 | 1100010 | 101010 | 0 | 0 | 11001110 | 1100100 | 110011 |
Color Harmonies of #0593FF
Complementary color
Monochromatic Colors of #0593FF
Black with #0593FF
Text Example
Text Example
White with #0593FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0593FF; }
p { color: rgb(5,147,255); }
H1.HeaderClassName
{
color: #0593FF;
}
.AnyTagClassName
{
color: #0593FF;
}
</style>
background-color css
<style>
a { background-color: #0593FF; }
a { background-color: rgb(5,147,255); }
div.DivClassName
{
background-color: #0593FF;
}
.BgClassName
{
background-color: #0593FF;
}
</style>
border-color css
<style>
span { border-color: #0593FF; }
span { border-color: rgb(5,147,255); }
td.TdClassName
{
border-color: #0593FF;
}
.TagClassName
{
border-color: #0593FF;
}
</style>