Shades of Pacific Blue #028AD5
Tints of Pacific Blue #028AD5
RGB
CMYK
RGB Variations
Color information
#028AD5 (or 0x028AD5) is known color: Pacific Blue. HEX triplet: 02, 8A and D5. RGB value is (2,138,213). Sum of RGB (Red+Green+Blue) = 2+138+213=353 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 213 (83.59% from 255 or 60.34% from 353); Max value from RGB is 213 - color contains mainly: blue. Hex color #028AD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028AD5 is #FD752A. Grayscale: #696969. Windows color (decimal): -16610603 or 13994498. OLE color: 13994498.
HSL color Cylindrical-coordinate representation of color #028AD5: hue angle of 201.33º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028AD5 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 138 | 213 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.16 |
| HSL | 201.33º | 0.98% | 0.42% | - |
| HSV(B) | 201.33º | 0.99% | 0.84% | - |
| XYZ | 21.12 | 22.99 | 66.28 | - |
| YUV | 105.89 | 188.44 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 138 | 213 | 0.99 | 0.35 | 0 | 0.16 | 201.33 | 0.98 | 0.42 |
| Hex | 2 | 8A | D5 | 63 | 23 | 0 | 10 | C9 | 62 | 2A |
| Octal | 2 | 212 | 325 | 143 | 43 | 0 | 20 | 311 | 142 | 52 |
| Binary | 10 | 10001010 | 11010101 | 1100011 | 100011 | 0 | 10000 | 11001001 | 1100010 | 101010 |
Color Harmonies of #028AD5
Complementary color
Monochromatic Colors of #028AD5
Black with #028AD5
Text Example
Text Example
White with #028AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028AD5; }
p { color: rgb(2,138,213); }
H1.HeaderClassName
{
color: #028AD5;
}
.AnyTagClassName
{
color: #028AD5;
}
</style>
background-color css
<style>
a { background-color: #028AD5; }
a { background-color: rgb(2,138,213); }
div.DivClassName
{
background-color: #028AD5;
}
.BgClassName
{
background-color: #028AD5;
}
</style>
border-color css
<style>
span { border-color: #028AD5; }
span { border-color: rgb(2,138,213); }
td.TdClassName
{
border-color: #028AD5;
}
.TagClassName
{
border-color: #028AD5;
}
</style>