Shades of Pacific Blue #0597DC
Tints of Pacific Blue #0597DC
RGB
CMYK
RGB Variations
Color information
#0597DC (or 0x0597DC) is known color: Pacific Blue. HEX triplet: 05, 97 and DC. RGB value is (5,151,220). Sum of RGB (Red+Green+Blue) = 5+151+220=376 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #0597DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0597DC is #FA6823. Grayscale: #727272. Windows color (decimal): -16410660 or 14456581. OLE color: 14456581.
HSL color Cylindrical-coordinate representation of color #0597DC: hue angle of 199.26º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0597DC is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 151 | 220 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.14 |
| HSL | 199.26º | 0.96% | 0.44% | - |
| HSV(B) | 199.26º | 0.98% | 0.86% | - |
| XYZ | 24.05 | 27.33 | 71.72 | - |
| YUV | 115.21 | 187.13 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 151 | 220 | 0.98 | 0.31 | 0 | 0.14 | 199.26 | 0.96 | 0.44 |
| Hex | 5 | 97 | DC | 62 | 1F | 0 | E | C7 | 60 | 2C |
| Octal | 5 | 227 | 334 | 142 | 37 | 0 | 16 | 307 | 140 | 54 |
| Binary | 101 | 10010111 | 11011100 | 1100010 | 11111 | 0 | 1110 | 11000111 | 1100000 | 101100 |
Color Harmonies of #0597DC
Complementary color
Monochromatic Colors of #0597DC
Black with #0597DC
Text Example
Text Example
White with #0597DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0597DC; }
p { color: rgb(5,151,220); }
H1.HeaderClassName
{
color: #0597DC;
}
.AnyTagClassName
{
color: #0597DC;
}
</style>
background-color css
<style>
a { background-color: #0597DC; }
a { background-color: rgb(5,151,220); }
div.DivClassName
{
background-color: #0597DC;
}
.BgClassName
{
background-color: #0597DC;
}
</style>
border-color css
<style>
span { border-color: #0597DC; }
span { border-color: rgb(5,151,220); }
td.TdClassName
{
border-color: #0597DC;
}
.TagClassName
{
border-color: #0597DC;
}
</style>