Shades of Pacific Blue #0598DE
Tints of Pacific Blue #0598DE
RGB
CMYK
RGB Variations
Color information
#0598DE (or 0x0598DE) is known color: Pacific Blue. HEX triplet: 05, 98 and DE. RGB value is (5,152,222). Sum of RGB (Red+Green+Blue) = 5+152+222=379 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #0598DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0598DE is #FA6721. Grayscale: #737373. Windows color (decimal): -16410402 or 14587909. OLE color: 14587909.
HSL color Cylindrical-coordinate representation of color #0598DE: hue angle of 199.35º 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 #0598DE is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 152 | 222 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.13 |
| HSL | 199.35º | 0.96% | 0.45% | - |
| HSV(B) | 199.35º | 0.98% | 0.87% | - |
| XYZ | 24.48 | 27.76 | 73.18 | - |
| YUV | 116.03 | 187.8 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 152 | 222 | 0.98 | 0.32 | 0 | 0.13 | 199.35 | 0.96 | 0.45 |
| Hex | 5 | 98 | DE | 62 | 20 | 0 | D | C7 | 60 | 2D |
| Octal | 5 | 230 | 336 | 142 | 40 | 0 | 15 | 307 | 140 | 55 |
| Binary | 101 | 10011000 | 11011110 | 1100010 | 100000 | 0 | 1101 | 11000111 | 1100000 | 101101 |
Color Harmonies of #0598DE
Complementary color
Monochromatic Colors of #0598DE
Black with #0598DE
Text Example
Text Example
White with #0598DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0598DE; }
p { color: rgb(5,152,222); }
H1.HeaderClassName
{
color: #0598DE;
}
.AnyTagClassName
{
color: #0598DE;
}
</style>
background-color css
<style>
a { background-color: #0598DE; }
a { background-color: rgb(5,152,222); }
div.DivClassName
{
background-color: #0598DE;
}
.BgClassName
{
background-color: #0598DE;
}
</style>
border-color css
<style>
span { border-color: #0598DE; }
span { border-color: rgb(5,152,222); }
td.TdClassName
{
border-color: #0598DE;
}
.TagClassName
{
border-color: #0598DE;
}
</style>