Shades of Pacific Blue #0285CC
Tints of Pacific Blue #0285CC
RGB
CMYK
RGB Variations
Color information
#0285CC (or 0x0285CC) is known color: Pacific Blue. HEX triplet: 02, 85 and CC. RGB value is (2,133,204). Sum of RGB (Red+Green+Blue) = 2+133+204=339 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #0285CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0285CC is #FD7A33. Grayscale: #656565. Windows color (decimal): -16611892 or 13403394. OLE color: 13403394.
HSL color Cylindrical-coordinate representation of color #0285CC: hue angle of 201.09º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0285CC is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 133 | 204 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.2 |
| HSL | 201.09º | 0.98% | 0.4% | - |
| HSV(B) | 201.09º | 0.99% | 0.8% | - |
| XYZ | 19.31 | 21.15 | 60.19 | - |
| YUV | 101.93 | 185.6 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 133 | 204 | 0.99 | 0.35 | 0 | 0.2 | 201.09 | 0.98 | 0.4 |
| Hex | 2 | 85 | CC | 63 | 23 | 0 | 14 | C9 | 62 | 28 |
| Octal | 2 | 205 | 314 | 143 | 43 | 0 | 24 | 311 | 142 | 50 |
| Binary | 10 | 10000101 | 11001100 | 1100011 | 100011 | 0 | 10100 | 11001001 | 1100010 | 101000 |
Color Harmonies of #0285CC
Complementary color
Monochromatic Colors of #0285CC
Black with #0285CC
Text Example
Text Example
White with #0285CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0285CC; }
p { color: rgb(2,133,204); }
H1.HeaderClassName
{
color: #0285CC;
}
.AnyTagClassName
{
color: #0285CC;
}
</style>
background-color css
<style>
a { background-color: #0285CC; }
a { background-color: rgb(2,133,204); }
div.DivClassName
{
background-color: #0285CC;
}
.BgClassName
{
background-color: #0285CC;
}
</style>
border-color css
<style>
span { border-color: #0285CC; }
span { border-color: rgb(2,133,204); }
td.TdClassName
{
border-color: #0285CC;
}
.TagClassName
{
border-color: #0285CC;
}
</style>