Shades of Pacific Blue #0593DD
Tints of Pacific Blue #0593DD
RGB
CMYK
RGB Variations
Color information
#0593DD (or 0x0593DD) is known color: Pacific Blue. HEX triplet: 05, 93 and DD. RGB value is (5,147,221). Sum of RGB (Red+Green+Blue) = 5+147+221=373 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #0593DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0593DD is #FA6C22. Grayscale: #707070. Windows color (decimal): -16411683 or 14521093. OLE color: 14521093.
HSL color Cylindrical-coordinate representation of color #0593DD: hue angle of 200.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0593DD is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 147 | 221 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.13 |
| HSL | 200.56º | 0.96% | 0.44% | - |
| HSV(B) | 200.56º | 0.98% | 0.87% | - |
| XYZ | 23.55 | 26.12 | 72.21 | - |
| YUV | 112.98 | 188.96 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 147 | 221 | 0.98 | 0.33 | 0 | 0.13 | 200.56 | 0.96 | 0.44 |
| Hex | 5 | 93 | DD | 62 | 21 | 0 | D | C9 | 60 | 2C |
| Octal | 5 | 223 | 335 | 142 | 41 | 0 | 15 | 311 | 140 | 54 |
| Binary | 101 | 10010011 | 11011101 | 1100010 | 100001 | 0 | 1101 | 11001001 | 1100000 | 101100 |
Color Harmonies of #0593DD
Complementary color
Monochromatic Colors of #0593DD
Black with #0593DD
Text Example
Text Example
White with #0593DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0593DD; }
p { color: rgb(5,147,221); }
H1.HeaderClassName
{
color: #0593DD;
}
.AnyTagClassName
{
color: #0593DD;
}
</style>
background-color css
<style>
a { background-color: #0593DD; }
a { background-color: rgb(5,147,221); }
div.DivClassName
{
background-color: #0593DD;
}
.BgClassName
{
background-color: #0593DD;
}
</style>
border-color css
<style>
span { border-color: #0593DD; }
span { border-color: rgb(5,147,221); }
td.TdClassName
{
border-color: #0593DD;
}
.TagClassName
{
border-color: #0593DD;
}
</style>