Shades of Pacific Blue #0084CC
Tints of Pacific Blue #0084CC
RGB
CMYK
RGB Variations
Color information
#0084CC (or 0x0084CC) is known color: Pacific Blue. HEX triplet: 00, 84 and CC. RGB value is (0,132,204). Sum of RGB (Red+Green+Blue) = 0+132+204=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #0084CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0084CC is #FF7B33. Grayscale: #646464. Windows color (decimal): -16743220 or 13403136. OLE color: 13403136.
HSL color Cylindrical-coordinate representation of color #0084CC: hue angle of 201.18º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0084CC is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 132 | 204 | - |
| CMYK | 1 | 0.35 | 0 | 0.2 |
| HSL | 201.18º | 1% | 0.4% | - |
| HSV(B) | 201.18º | 1% | 0.8% | - |
| XYZ | 19.15 | 20.86 | 60.14 | - |
| YUV | 100.74 | 186.27 | 56.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 204 | 1 | 0.35 | 0 | 0.2 | 201.18 | 1 | 0.4 |
| Hex | 0 | 84 | CC | 64 | 23 | 0 | 14 | C9 | 64 | 28 |
| Octal | 0 | 204 | 314 | 144 | 43 | 0 | 24 | 311 | 144 | 50 |
| Binary | 0 | 10000100 | 11001100 | 1100100 | 100011 | 0 | 10100 | 11001001 | 1100100 | 101000 |
Color Harmonies of #0084CC
Complementary color
Monochromatic Colors of #0084CC
Black with #0084CC
Text Example
Text Example
White with #0084CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0084CC; }
p { color: rgb(0,132,204); }
H1.HeaderClassName
{
color: #0084CC;
}
.AnyTagClassName
{
color: #0084CC;
}
</style>
background-color css
<style>
a { background-color: #0084CC; }
a { background-color: rgb(0,132,204); }
div.DivClassName
{
background-color: #0084CC;
}
.BgClassName
{
background-color: #0084CC;
}
</style>
border-color css
<style>
span { border-color: #0084CC; }
span { border-color: rgb(0,132,204); }
td.TdClassName
{
border-color: #0084CC;
}
.TagClassName
{
border-color: #0084CC;
}
</style>