Shades of Pacific Blue #028FE3
Tints of Pacific Blue #028FE3
RGB
CMYK
RGB Variations
Color information
#028FE3 (or 0x028FE3) is known color: Pacific Blue. HEX triplet: 02, 8F and E3. RGB value is (2,143,227). Sum of RGB (Red+Green+Blue) = 2+143+227=372 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 227 (89.06% from 255 or 61.02% from 372); Max value from RGB is 227 - color contains mainly: blue. Hex color #028FE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028FE3 is #FD701C. Grayscale: #6D6D6D. Windows color (decimal): -16609309 or 14913282. OLE color: 14913282.
HSL color Cylindrical-coordinate representation of color #028FE3: hue angle of 202.4º 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 #028FE3 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 143 | 227 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.11 |
| HSL | 202.4º | 0.98% | 0.45% | - |
| HSV(B) | 202.4º | 0.99% | 0.89% | - |
| XYZ | 23.71 | 25.2 | 76.29 | - |
| YUV | 110.42 | 193.79 | 50.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 143 | 227 | 0.99 | 0.37 | 0 | 0.11 | 202.4 | 0.98 | 0.45 |
| Hex | 2 | 8F | E3 | 63 | 25 | 0 | B | CA | 62 | 2D |
| Octal | 2 | 217 | 343 | 143 | 45 | 0 | 13 | 312 | 142 | 55 |
| Binary | 10 | 10001111 | 11100011 | 1100011 | 100101 | 0 | 1011 | 11001010 | 1100010 | 101101 |
Color Harmonies of #028FE3
Complementary color
Monochromatic Colors of #028FE3
Black with #028FE3
Text Example
Text Example
White with #028FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028FE3; }
p { color: rgb(2,143,227); }
H1.HeaderClassName
{
color: #028FE3;
}
.AnyTagClassName
{
color: #028FE3;
}
</style>
background-color css
<style>
a { background-color: #028FE3; }
a { background-color: rgb(2,143,227); }
div.DivClassName
{
background-color: #028FE3;
}
.BgClassName
{
background-color: #028FE3;
}
</style>
border-color css
<style>
span { border-color: #028FE3; }
span { border-color: rgb(2,143,227); }
td.TdClassName
{
border-color: #028FE3;
}
.TagClassName
{
border-color: #028FE3;
}
</style>