Shades of Pacific Blue #0584CF
Tints of Pacific Blue #0584CF
RGB
CMYK
RGB Variations
Color information
#0584CF (or 0x0584CF) is known color: Pacific Blue. HEX triplet: 05, 84 and CF. RGB value is (5,132,207). Sum of RGB (Red+Green+Blue) = 5+132+207=344 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #0584CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0584CF is #FA7B30. Grayscale: #666666. Windows color (decimal): -16415537 or 13599749. OLE color: 13599749.
HSL color Cylindrical-coordinate representation of color #0584CF: hue angle of 202.28º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0584CF is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 132 | 207 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.19 |
| HSL | 202.28º | 0.95% | 0.42% | - |
| HSV(B) | 202.28º | 0.98% | 0.81% | - |
| XYZ | 19.58 | 21.04 | 62.06 | - |
| YUV | 102.58 | 186.92 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 132 | 207 | 0.98 | 0.36 | 0 | 0.19 | 202.28 | 0.95 | 0.42 |
| Hex | 5 | 84 | CF | 62 | 24 | 0 | 13 | CA | 5F | 2A |
| Octal | 5 | 204 | 317 | 142 | 44 | 0 | 23 | 312 | 137 | 52 |
| Binary | 101 | 10000100 | 11001111 | 1100010 | 100100 | 0 | 10011 | 11001010 | 1011111 | 101010 |
Color Harmonies of #0584CF
Complementary color
Monochromatic Colors of #0584CF
Black with #0584CF
Text Example
Text Example
White with #0584CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0584CF; }
p { color: rgb(5,132,207); }
H1.HeaderClassName
{
color: #0584CF;
}
.AnyTagClassName
{
color: #0584CF;
}
</style>
background-color css
<style>
a { background-color: #0584CF; }
a { background-color: rgb(5,132,207); }
div.DivClassName
{
background-color: #0584CF;
}
.BgClassName
{
background-color: #0584CF;
}
</style>
border-color css
<style>
span { border-color: #0584CF; }
span { border-color: rgb(5,132,207); }
td.TdClassName
{
border-color: #0584CF;
}
.TagClassName
{
border-color: #0584CF;
}
</style>