Shades of Pacific Blue #0597DE
Tints of Pacific Blue #0597DE
RGB
CMYK
RGB Variations
Color information
#0597DE (or 0x0597DE) is known color: Pacific Blue. HEX triplet: 05, 97 and DE. RGB value is (5,151,222). Sum of RGB (Red+Green+Blue) = 5+151+222=378 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #0597DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0597DE is #FA6821. Grayscale: #737373. Windows color (decimal): -16410658 or 14587653. OLE color: 14587653.
HSL color Cylindrical-coordinate representation of color #0597DE: hue angle of 199.63º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0597DE is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 151 | 222 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.13 |
| HSL | 199.63º | 0.96% | 0.45% | - |
| HSV(B) | 199.63º | 0.98% | 0.87% | - |
| XYZ | 24.31 | 27.44 | 73.12 | - |
| YUV | 115.44 | 188.13 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 151 | 222 | 0.98 | 0.32 | 0 | 0.13 | 199.63 | 0.96 | 0.45 |
| Hex | 5 | 97 | DE | 62 | 20 | 0 | D | C8 | 60 | 2D |
| Octal | 5 | 227 | 336 | 142 | 40 | 0 | 15 | 310 | 140 | 55 |
| Binary | 101 | 10010111 | 11011110 | 1100010 | 100000 | 0 | 1101 | 11001000 | 1100000 | 101101 |
Color Harmonies of #0597DE
Complementary color
Monochromatic Colors of #0597DE
Black with #0597DE
Text Example
Text Example
White with #0597DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0597DE; }
p { color: rgb(5,151,222); }
H1.HeaderClassName
{
color: #0597DE;
}
.AnyTagClassName
{
color: #0597DE;
}
</style>
background-color css
<style>
a { background-color: #0597DE; }
a { background-color: rgb(5,151,222); }
div.DivClassName
{
background-color: #0597DE;
}
.BgClassName
{
background-color: #0597DE;
}
</style>
border-color css
<style>
span { border-color: #0597DE; }
span { border-color: rgb(5,151,222); }
td.TdClassName
{
border-color: #0597DE;
}
.TagClassName
{
border-color: #0597DE;
}
</style>