Shades of Pacific Blue #028BDE
Tints of Pacific Blue #028BDE
RGB
CMYK
RGB Variations
Color information
#028BDE (or 0x028BDE) is known color: Pacific Blue. HEX triplet: 02, 8B and DE. RGB value is (2,139,222). Sum of RGB (Red+Green+Blue) = 2+139+222=363 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #028BDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028BDE is #FD7421. Grayscale: #6B6B6B. Windows color (decimal): -16610338 or 14584578. OLE color: 14584578.
HSL color Cylindrical-coordinate representation of color #028BDE: hue angle of 202.64º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028BDE is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 139 | 222 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.13 |
| HSL | 202.64º | 0.98% | 0.44% | - |
| HSV(B) | 202.64º | 0.99% | 0.87% | - |
| XYZ | 22.44 | 23.75 | 72.51 | - |
| YUV | 107.5 | 192.61 | 52.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 139 | 222 | 0.99 | 0.37 | 0 | 0.13 | 202.64 | 0.98 | 0.44 |
| Hex | 2 | 8B | DE | 63 | 25 | 0 | D | CB | 62 | 2C |
| Octal | 2 | 213 | 336 | 143 | 45 | 0 | 15 | 313 | 142 | 54 |
| Binary | 10 | 10001011 | 11011110 | 1100011 | 100101 | 0 | 1101 | 11001011 | 1100010 | 101100 |
Color Harmonies of #028BDE
Complementary color
Monochromatic Colors of #028BDE
Black with #028BDE
Text Example
Text Example
White with #028BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028BDE; }
p { color: rgb(2,139,222); }
H1.HeaderClassName
{
color: #028BDE;
}
.AnyTagClassName
{
color: #028BDE;
}
</style>
background-color css
<style>
a { background-color: #028BDE; }
a { background-color: rgb(2,139,222); }
div.DivClassName
{
background-color: #028BDE;
}
.BgClassName
{
background-color: #028BDE;
}
</style>
border-color css
<style>
span { border-color: #028BDE; }
span { border-color: rgb(2,139,222); }
td.TdClassName
{
border-color: #028BDE;
}
.TagClassName
{
border-color: #028BDE;
}
</style>