Shades of Pacific Blue #0598D9
Tints of Pacific Blue #0598D9
RGB
CMYK
RGB Variations
Color information
#0598D9 (or 0x0598D9) is known color: Pacific Blue. HEX triplet: 05, 98 and D9. RGB value is (5,152,217). Sum of RGB (Red+Green+Blue) = 5+152+217=374 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 217 (85.16% from 255 or 58.02% from 374); Max value from RGB is 217 - color contains mainly: blue. Hex color #0598D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0598D9 is #FA6726. Grayscale: #737373. Windows color (decimal): -16410407 or 14260229. OLE color: 14260229.
HSL color Cylindrical-coordinate representation of color #0598D9: hue angle of 198.4º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0598D9 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 152 | 217 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.15 |
| HSL | 198.4º | 0.95% | 0.44% | - |
| HSV(B) | 198.4º | 0.98% | 0.85% | - |
| XYZ | 23.82 | 27.5 | 69.7 | - |
| YUV | 115.46 | 185.3 | 49.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 152 | 217 | 0.98 | 0.30 | 0 | 0.15 | 198.4 | 0.95 | 0.44 |
| Hex | 5 | 98 | D9 | 62 | 1E | 0 | F | C6 | 5F | 2C |
| Octal | 5 | 230 | 331 | 142 | 36 | 0 | 17 | 306 | 137 | 54 |
| Binary | 101 | 10011000 | 11011001 | 1100010 | 11110 | 0 | 1111 | 11000110 | 1011111 | 101100 |
Color Harmonies of #0598D9
Complementary color
Monochromatic Colors of #0598D9
Black with #0598D9
Text Example
Text Example
White with #0598D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0598D9; }
p { color: rgb(5,152,217); }
H1.HeaderClassName
{
color: #0598D9;
}
.AnyTagClassName
{
color: #0598D9;
}
</style>
background-color css
<style>
a { background-color: #0598D9; }
a { background-color: rgb(5,152,217); }
div.DivClassName
{
background-color: #0598D9;
}
.BgClassName
{
background-color: #0598D9;
}
</style>
border-color css
<style>
span { border-color: #0598D9; }
span { border-color: rgb(5,152,217); }
td.TdClassName
{
border-color: #0598D9;
}
.TagClassName
{
border-color: #0598D9;
}
</style>