Shades of Pacific Blue #0285CF
Tints of Pacific Blue #0285CF
RGB
CMYK
RGB Variations
Color information
#0285CF (or 0x0285CF) is known color: Pacific Blue. HEX triplet: 02, 85 and CF. RGB value is (2,133,207). Sum of RGB (Red+Green+Blue) = 2+133+207=342 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #0285CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0285CF is #FD7A30. Grayscale: #656565. Windows color (decimal): -16611889 or 13600002. OLE color: 13600002.
HSL color Cylindrical-coordinate representation of color #0285CF: hue angle of 201.66º 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 #0285CF is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 133 | 207 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.19 |
| HSL | 201.66º | 0.98% | 0.41% | - |
| HSV(B) | 201.66º | 0.99% | 0.81% | - |
| XYZ | 19.68 | 21.29 | 62.1 | - |
| YUV | 102.27 | 187.1 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 133 | 207 | 0.99 | 0.36 | 0 | 0.19 | 201.66 | 0.98 | 0.41 |
| Hex | 2 | 85 | CF | 63 | 24 | 0 | 13 | CA | 62 | 29 |
| Octal | 2 | 205 | 317 | 143 | 44 | 0 | 23 | 312 | 142 | 51 |
| Binary | 10 | 10000101 | 11001111 | 1100011 | 100100 | 0 | 10011 | 11001010 | 1100010 | 101001 |
Color Harmonies of #0285CF
Complementary color
Monochromatic Colors of #0285CF
Black with #0285CF
Text Example
Text Example
White with #0285CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0285CF; }
p { color: rgb(2,133,207); }
H1.HeaderClassName
{
color: #0285CF;
}
.AnyTagClassName
{
color: #0285CF;
}
</style>
background-color css
<style>
a { background-color: #0285CF; }
a { background-color: rgb(2,133,207); }
div.DivClassName
{
background-color: #0285CF;
}
.BgClassName
{
background-color: #0285CF;
}
</style>
border-color css
<style>
span { border-color: #0285CF; }
span { border-color: rgb(2,133,207); }
td.TdClassName
{
border-color: #0285CF;
}
.TagClassName
{
border-color: #0285CF;
}
</style>