Shades of Pacific Blue #0488DF
Tints of Pacific Blue #0488DF
RGB
CMYK
RGB Variations
Color information
#0488DF (or 0x0488DF) is known color: Pacific Blue. HEX triplet: 04, 88 and DF. RGB value is (4,136,223). Sum of RGB (Red+Green+Blue) = 4+136+223=363 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #0488DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0488DF is #FB7720. Grayscale: #696969. Windows color (decimal): -16480033 or 14649348. OLE color: 14649348.
HSL color Cylindrical-coordinate representation of color #0488DF: hue angle of 203.84º 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 #0488DF is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 136 | 223 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.13 |
| HSL | 203.84º | 0.96% | 0.45% | - |
| HSV(B) | 203.84º | 0.98% | 0.87% | - |
| XYZ | 22.17 | 22.96 | 73.08 | - |
| YUV | 106.45 | 193.77 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 136 | 223 | 0.98 | 0.39 | 0 | 0.13 | 203.84 | 0.96 | 0.45 |
| Hex | 4 | 88 | DF | 62 | 27 | 0 | D | CC | 60 | 2D |
| Octal | 4 | 210 | 337 | 142 | 47 | 0 | 15 | 314 | 140 | 55 |
| Binary | 100 | 10001000 | 11011111 | 1100010 | 100111 | 0 | 1101 | 11001100 | 1100000 | 101101 |
Color Harmonies of #0488DF
Complementary color
Monochromatic Colors of #0488DF
Black with #0488DF
Text Example
Text Example
White with #0488DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0488DF; }
p { color: rgb(4,136,223); }
H1.HeaderClassName
{
color: #0488DF;
}
.AnyTagClassName
{
color: #0488DF;
}
</style>
background-color css
<style>
a { background-color: #0488DF; }
a { background-color: rgb(4,136,223); }
div.DivClassName
{
background-color: #0488DF;
}
.BgClassName
{
background-color: #0488DF;
}
</style>
border-color css
<style>
span { border-color: #0488DF; }
span { border-color: rgb(4,136,223); }
td.TdClassName
{
border-color: #0488DF;
}
.TagClassName
{
border-color: #0488DF;
}
</style>