Shades of Pacific Blue #0584CE
Tints of Pacific Blue #0584CE
RGB
CMYK
RGB Variations
Color information
#0584CE (or 0x0584CE) is known color: Pacific Blue. HEX triplet: 05, 84 and CE. RGB value is (5,132,206). Sum of RGB (Red+Green+Blue) = 5+132+206=343 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.46% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #0584CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0584CE is #FA7B31. Grayscale: #666666. Windows color (decimal): -16415538 or 13534213. OLE color: 13534213.
HSL color Cylindrical-coordinate representation of color #0584CE: hue angle of 202.09º degrees, saturation: 0.95, 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 #0584CE is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 132 | 206 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.19 |
| HSL | 202.09º | 0.95% | 0.41% | - |
| HSV(B) | 202.09º | 0.98% | 0.81% | - |
| XYZ | 19.45 | 20.99 | 61.42 | - |
| YUV | 102.46 | 186.42 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 132 | 206 | 0.98 | 0.36 | 0 | 0.19 | 202.09 | 0.95 | 0.41 |
| Hex | 5 | 84 | CE | 62 | 24 | 0 | 13 | CA | 5F | 29 |
| Octal | 5 | 204 | 316 | 142 | 44 | 0 | 23 | 312 | 137 | 51 |
| Binary | 101 | 10000100 | 11001110 | 1100010 | 100100 | 0 | 10011 | 11001010 | 1011111 | 101001 |
Color Harmonies of #0584CE
Complementary color
Monochromatic Colors of #0584CE
Black with #0584CE
Text Example
Text Example
White with #0584CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0584CE; }
p { color: rgb(5,132,206); }
H1.HeaderClassName
{
color: #0584CE;
}
.AnyTagClassName
{
color: #0584CE;
}
</style>
background-color css
<style>
a { background-color: #0584CE; }
a { background-color: rgb(5,132,206); }
div.DivClassName
{
background-color: #0584CE;
}
.BgClassName
{
background-color: #0584CE;
}
</style>
border-color css
<style>
span { border-color: #0584CE; }
span { border-color: rgb(5,132,206); }
td.TdClassName
{
border-color: #0584CE;
}
.TagClassName
{
border-color: #0584CE;
}
</style>