Shades of Pacific Blue #0287DA
Tints of Pacific Blue #0287DA
RGB
CMYK
RGB Variations
Color information
#0287DA (or 0x0287DA) is known color: Pacific Blue. HEX triplet: 02, 87 and DA. RGB value is (2,135,218). Sum of RGB (Red+Green+Blue) = 2+135+218=355 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 218 (85.55% from 255 or 61.41% from 355); Max value from RGB is 218 - color contains mainly: blue. Hex color #0287DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0287DA is #FD7825. Grayscale: #686868. Windows color (decimal): -16611366 or 14321410. OLE color: 14321410.
HSL color Cylindrical-coordinate representation of color #0287DA: hue angle of 203.06º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0287DA is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 135 | 218 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.15 |
| HSL | 203.06º | 0.98% | 0.43% | - |
| HSV(B) | 203.06º | 0.99% | 0.85% | - |
| XYZ | 21.34 | 22.4 | 69.53 | - |
| YUV | 104.7 | 191.94 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 135 | 218 | 0.99 | 0.38 | 0 | 0.15 | 203.06 | 0.98 | 0.43 |
| Hex | 2 | 87 | DA | 63 | 26 | 0 | F | CB | 62 | 2B |
| Octal | 2 | 207 | 332 | 143 | 46 | 0 | 17 | 313 | 142 | 53 |
| Binary | 10 | 10000111 | 11011010 | 1100011 | 100110 | 0 | 1111 | 11001011 | 1100010 | 101011 |
Color Harmonies of #0287DA
Complementary color
Monochromatic Colors of #0287DA
Black with #0287DA
Text Example
Text Example
White with #0287DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0287DA; }
p { color: rgb(2,135,218); }
H1.HeaderClassName
{
color: #0287DA;
}
.AnyTagClassName
{
color: #0287DA;
}
</style>
background-color css
<style>
a { background-color: #0287DA; }
a { background-color: rgb(2,135,218); }
div.DivClassName
{
background-color: #0287DA;
}
.BgClassName
{
background-color: #0287DA;
}
</style>
border-color css
<style>
span { border-color: #0287DA; }
span { border-color: rgb(2,135,218); }
td.TdClassName
{
border-color: #0287DA;
}
.TagClassName
{
border-color: #0287DA;
}
</style>