Shades of Pacific Blue #0585CC
Tints of Pacific Blue #0585CC
RGB
CMYK
RGB Variations
Color information
#0585CC (or 0x0585CC) is known color: Pacific Blue. HEX triplet: 05, 85 and CC. RGB value is (5,133,204). Sum of RGB (Red+Green+Blue) = 5+133+204=342 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.46% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #0585CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0585CC is #FA7A33. Grayscale: #666666. Windows color (decimal): -16415284 or 13403397. OLE color: 13403397.
HSL color Cylindrical-coordinate representation of color #0585CC: hue angle of 201.41º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0585CC is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 133 | 204 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.2 |
| HSL | 201.41º | 0.95% | 0.41% | - |
| HSV(B) | 201.41º | 0.98% | 0.8% | - |
| XYZ | 19.35 | 21.17 | 60.19 | - |
| YUV | 102.82 | 185.09 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 133 | 204 | 0.98 | 0.35 | 0 | 0.2 | 201.41 | 0.95 | 0.41 |
| Hex | 5 | 85 | CC | 62 | 23 | 0 | 14 | C9 | 5F | 29 |
| Octal | 5 | 205 | 314 | 142 | 43 | 0 | 24 | 311 | 137 | 51 |
| Binary | 101 | 10000101 | 11001100 | 1100010 | 100011 | 0 | 10100 | 11001001 | 1011111 | 101001 |
Color Harmonies of #0585CC
Complementary color
Monochromatic Colors of #0585CC
Black with #0585CC
Text Example
Text Example
White with #0585CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0585CC; }
p { color: rgb(5,133,204); }
H1.HeaderClassName
{
color: #0585CC;
}
.AnyTagClassName
{
color: #0585CC;
}
</style>
background-color css
<style>
a { background-color: #0585CC; }
a { background-color: rgb(5,133,204); }
div.DivClassName
{
background-color: #0585CC;
}
.BgClassName
{
background-color: #0585CC;
}
</style>
border-color css
<style>
span { border-color: #0585CC; }
span { border-color: rgb(5,133,204); }
td.TdClassName
{
border-color: #0585CC;
}
.TagClassName
{
border-color: #0585CC;
}
</style>