Shades of Pacific Blue #028FE4
Tints of Pacific Blue #028FE4
RGB
CMYK
RGB Variations
Color information
#028FE4 (or 0x028FE4) is known color: Pacific Blue. HEX triplet: 02, 8F and E4. RGB value is (2,143,228). Sum of RGB (Red+Green+Blue) = 2+143+228=373 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 228 (89.45% from 255 or 61.13% from 373); Max value from RGB is 228 - color contains mainly: blue. Hex color #028FE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028FE4 is #FD701B. Grayscale: #6E6E6E. Windows color (decimal): -16609308 or 14978818. OLE color: 14978818.
HSL color Cylindrical-coordinate representation of color #028FE4: hue angle of 202.57º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028FE4 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 143 | 228 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.11 |
| HSL | 202.57º | 0.98% | 0.45% | - |
| HSV(B) | 202.57º | 0.99% | 0.89% | - |
| XYZ | 23.85 | 25.26 | 77.02 | - |
| YUV | 110.53 | 194.29 | 50.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 143 | 228 | 0.99 | 0.37 | 0 | 0.11 | 202.57 | 0.98 | 0.45 |
| Hex | 2 | 8F | E4 | 63 | 25 | 0 | B | CB | 62 | 2D |
| Octal | 2 | 217 | 344 | 143 | 45 | 0 | 13 | 313 | 142 | 55 |
| Binary | 10 | 10001111 | 11100100 | 1100011 | 100101 | 0 | 1011 | 11001011 | 1100010 | 101101 |
Color Harmonies of #028FE4
Complementary color
Monochromatic Colors of #028FE4
Black with #028FE4
Text Example
Text Example
White with #028FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028FE4; }
p { color: rgb(2,143,228); }
H1.HeaderClassName
{
color: #028FE4;
}
.AnyTagClassName
{
color: #028FE4;
}
</style>
background-color css
<style>
a { background-color: #028FE4; }
a { background-color: rgb(2,143,228); }
div.DivClassName
{
background-color: #028FE4;
}
.BgClassName
{
background-color: #028FE4;
}
</style>
border-color css
<style>
span { border-color: #028FE4; }
span { border-color: rgb(2,143,228); }
td.TdClassName
{
border-color: #028FE4;
}
.TagClassName
{
border-color: #028FE4;
}
</style>