Shades of Pacific Blue #0489CF
Tints of Pacific Blue #0489CF
RGB
CMYK
RGB Variations
Color information
#0489CF (or 0x0489CF) is known color: Pacific Blue. HEX triplet: 04, 89 and CF. RGB value is (4,137,207). Sum of RGB (Red+Green+Blue) = 4+137+207=348 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #0489CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0489CF is #FB7630. Grayscale: #686868. Windows color (decimal): -16479793 or 13601028. OLE color: 13601028.
HSL color Cylindrical-coordinate representation of color #0489CF: hue angle of 200.69º 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 #0489CF is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 137 | 207 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.19 |
| HSL | 200.69º | 0.96% | 0.41% | - |
| HSV(B) | 200.69º | 0.98% | 0.81% | - |
| XYZ | 20.26 | 22.42 | 62.29 | - |
| YUV | 105.21 | 185.44 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 137 | 207 | 0.98 | 0.34 | 0 | 0.19 | 200.69 | 0.96 | 0.41 |
| Hex | 4 | 89 | CF | 62 | 22 | 0 | 13 | C9 | 60 | 29 |
| Octal | 4 | 211 | 317 | 142 | 42 | 0 | 23 | 311 | 140 | 51 |
| Binary | 100 | 10001001 | 11001111 | 1100010 | 100010 | 0 | 10011 | 11001001 | 1100000 | 101001 |
Color Harmonies of #0489CF
Complementary color
Monochromatic Colors of #0489CF
Black with #0489CF
Text Example
Text Example
White with #0489CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0489CF; }
p { color: rgb(4,137,207); }
H1.HeaderClassName
{
color: #0489CF;
}
.AnyTagClassName
{
color: #0489CF;
}
</style>
background-color css
<style>
a { background-color: #0489CF; }
a { background-color: rgb(4,137,207); }
div.DivClassName
{
background-color: #0489CF;
}
.BgClassName
{
background-color: #0489CF;
}
</style>
border-color css
<style>
span { border-color: #0489CF; }
span { border-color: rgb(4,137,207); }
td.TdClassName
{
border-color: #0489CF;
}
.TagClassName
{
border-color: #0489CF;
}
</style>