Shades of Pacific Blue #0598DF
Tints of Pacific Blue #0598DF
RGB
CMYK
RGB Variations
Color information
#0598DF (or 0x0598DF) is known color: Pacific Blue. HEX triplet: 05, 98 and DF. RGB value is (5,152,223). Sum of RGB (Red+Green+Blue) = 5+152+223=380 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #0598DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0598DF is #FA6720. Grayscale: #737373. Windows color (decimal): -16410401 or 14653445. OLE color: 14653445.
HSL color Cylindrical-coordinate representation of color #0598DF: hue angle of 199.54º 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 #0598DF is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 152 | 223 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.13 |
| HSL | 199.54º | 0.96% | 0.45% | - |
| HSV(B) | 199.54º | 0.98% | 0.87% | - |
| XYZ | 24.61 | 27.82 | 73.88 | - |
| YUV | 116.14 | 188.3 | 48.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 152 | 223 | 0.98 | 0.32 | 0 | 0.13 | 199.54 | 0.96 | 0.45 |
| Hex | 5 | 98 | DF | 62 | 20 | 0 | D | C8 | 60 | 2D |
| Octal | 5 | 230 | 337 | 142 | 40 | 0 | 15 | 310 | 140 | 55 |
| Binary | 101 | 10011000 | 11011111 | 1100010 | 100000 | 0 | 1101 | 11001000 | 1100000 | 101101 |
Color Harmonies of #0598DF
Complementary color
Monochromatic Colors of #0598DF
Black with #0598DF
Text Example
Text Example
White with #0598DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0598DF; }
p { color: rgb(5,152,223); }
H1.HeaderClassName
{
color: #0598DF;
}
.AnyTagClassName
{
color: #0598DF;
}
</style>
background-color css
<style>
a { background-color: #0598DF; }
a { background-color: rgb(5,152,223); }
div.DivClassName
{
background-color: #0598DF;
}
.BgClassName
{
background-color: #0598DF;
}
</style>
border-color css
<style>
span { border-color: #0598DF; }
span { border-color: rgb(5,152,223); }
td.TdClassName
{
border-color: #0598DF;
}
.TagClassName
{
border-color: #0598DF;
}
</style>