Shades of Pacific Blue #028ADE
Tints of Pacific Blue #028ADE
RGB
CMYK
RGB Variations
Color information
#028ADE (or 0x028ADE) is known color: Pacific Blue. HEX triplet: 02, 8A and DE. RGB value is (2,138,222). Sum of RGB (Red+Green+Blue) = 2+138+222=362 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #028ADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028ADE is #FD7521. Grayscale: #6A6A6A. Windows color (decimal): -16610594 or 14584322. OLE color: 14584322.
HSL color Cylindrical-coordinate representation of color #028ADE: hue angle of 202.91º 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 #028ADE is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 138 | 222 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.13 |
| HSL | 202.91º | 0.98% | 0.44% | - |
| HSV(B) | 202.91º | 0.99% | 0.87% | - |
| XYZ | 22.3 | 23.46 | 72.46 | - |
| YUV | 106.91 | 192.94 | 53.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 138 | 222 | 0.99 | 0.38 | 0 | 0.13 | 202.91 | 0.98 | 0.44 |
| Hex | 2 | 8A | DE | 63 | 26 | 0 | D | CB | 62 | 2C |
| Octal | 2 | 212 | 336 | 143 | 46 | 0 | 15 | 313 | 142 | 54 |
| Binary | 10 | 10001010 | 11011110 | 1100011 | 100110 | 0 | 1101 | 11001011 | 1100010 | 101100 |
Color Harmonies of #028ADE
Complementary color
Monochromatic Colors of #028ADE
Black with #028ADE
Text Example
Text Example
White with #028ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028ADE; }
p { color: rgb(2,138,222); }
H1.HeaderClassName
{
color: #028ADE;
}
.AnyTagClassName
{
color: #028ADE;
}
</style>
background-color css
<style>
a { background-color: #028ADE; }
a { background-color: rgb(2,138,222); }
div.DivClassName
{
background-color: #028ADE;
}
.BgClassName
{
background-color: #028ADE;
}
</style>
border-color css
<style>
span { border-color: #028ADE; }
span { border-color: rgb(2,138,222); }
td.TdClassName
{
border-color: #028ADE;
}
.TagClassName
{
border-color: #028ADE;
}
</style>