Shades of Pacific Blue #0285CE
Tints of Pacific Blue #0285CE
RGB
CMYK
RGB Variations
Color information
#0285CE (or 0x0285CE) is known color: Pacific Blue. HEX triplet: 02, 85 and CE. RGB value is (2,133,206). Sum of RGB (Red+Green+Blue) = 2+133+206=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #0285CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0285CE is #FD7A31. Grayscale: #656565. Windows color (decimal): -16611890 or 13534466. OLE color: 13534466.
HSL color Cylindrical-coordinate representation of color #0285CE: hue angle of 201.47º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0285CE is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 133 | 206 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.19 |
| HSL | 201.47º | 0.98% | 0.41% | - |
| HSV(B) | 201.47º | 0.99% | 0.81% | - |
| XYZ | 19.55 | 21.24 | 61.46 | - |
| YUV | 102.15 | 186.6 | 56.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 133 | 206 | 0.99 | 0.35 | 0 | 0.19 | 201.47 | 0.98 | 0.41 |
| Hex | 2 | 85 | CE | 63 | 23 | 0 | 13 | C9 | 62 | 29 |
| Octal | 2 | 205 | 316 | 143 | 43 | 0 | 23 | 311 | 142 | 51 |
| Binary | 10 | 10000101 | 11001110 | 1100011 | 100011 | 0 | 10011 | 11001001 | 1100010 | 101001 |
Color Harmonies of #0285CE
Complementary color
Monochromatic Colors of #0285CE
Black with #0285CE
Text Example
Text Example
White with #0285CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0285CE; }
p { color: rgb(2,133,206); }
H1.HeaderClassName
{
color: #0285CE;
}
.AnyTagClassName
{
color: #0285CE;
}
</style>
background-color css
<style>
a { background-color: #0285CE; }
a { background-color: rgb(2,133,206); }
div.DivClassName
{
background-color: #0285CE;
}
.BgClassName
{
background-color: #0285CE;
}
</style>
border-color css
<style>
span { border-color: #0285CE; }
span { border-color: rgb(2,133,206); }
td.TdClassName
{
border-color: #0285CE;
}
.TagClassName
{
border-color: #0285CE;
}
</style>