Shades of Pacific Blue #0488CF
Tints of Pacific Blue #0488CF
RGB
CMYK
RGB Variations
Color information
#0488CF (or 0x0488CF) is known color: Pacific Blue. HEX triplet: 04, 88 and CF. RGB value is (4,136,207). Sum of RGB (Red+Green+Blue) = 4+136+207=347 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #0488CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0488CF is #FB7730. Grayscale: #686868. Windows color (decimal): -16480049 or 13600772. OLE color: 13600772.
HSL color Cylindrical-coordinate representation of color #0488CF: hue angle of 200.99º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0488CF is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 136 | 207 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.19 |
| HSL | 200.99º | 0.96% | 0.41% | - |
| HSV(B) | 200.99º | 0.98% | 0.81% | - |
| XYZ | 20.12 | 22.14 | 62.24 | - |
| YUV | 104.63 | 185.77 | 56.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 136 | 207 | 0.98 | 0.34 | 0 | 0.19 | 200.99 | 0.96 | 0.41 |
| Hex | 4 | 88 | CF | 62 | 22 | 0 | 13 | C9 | 60 | 29 |
| Octal | 4 | 210 | 317 | 142 | 42 | 0 | 23 | 311 | 140 | 51 |
| Binary | 100 | 10001000 | 11001111 | 1100010 | 100010 | 0 | 10011 | 11001001 | 1100000 | 101001 |
Color Harmonies of #0488CF
Complementary color
Monochromatic Colors of #0488CF
Black with #0488CF
Text Example
Text Example
White with #0488CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0488CF; }
p { color: rgb(4,136,207); }
H1.HeaderClassName
{
color: #0488CF;
}
.AnyTagClassName
{
color: #0488CF;
}
</style>
background-color css
<style>
a { background-color: #0488CF; }
a { background-color: rgb(4,136,207); }
div.DivClassName
{
background-color: #0488CF;
}
.BgClassName
{
background-color: #0488CF;
}
</style>
border-color css
<style>
span { border-color: #0488CF; }
span { border-color: rgb(4,136,207); }
td.TdClassName
{
border-color: #0488CF;
}
.TagClassName
{
border-color: #0488CF;
}
</style>