Shades of Pacific Blue #028FDA
Tints of Pacific Blue #028FDA
RGB
CMYK
RGB Variations
Color information
#028FDA (or 0x028FDA) is known color: Pacific Blue. HEX triplet: 02, 8F and DA. RGB value is (2,143,218). Sum of RGB (Red+Green+Blue) = 2+143+218=363 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #028FDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028FDA is #FD7025. Grayscale: #6C6C6C. Windows color (decimal): -16609318 or 14323458. OLE color: 14323458.
HSL color Cylindrical-coordinate representation of color #028FDA: hue angle of 200.83º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028FDA is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 143 | 218 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.15 |
| HSL | 200.83º | 0.98% | 0.43% | - |
| HSV(B) | 200.83º | 0.99% | 0.85% | - |
| XYZ | 22.5 | 24.72 | 69.92 | - |
| YUV | 109.39 | 189.29 | 51.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 143 | 218 | 0.99 | 0.34 | 0 | 0.15 | 200.83 | 0.98 | 0.43 |
| Hex | 2 | 8F | DA | 63 | 22 | 0 | F | C9 | 62 | 2B |
| Octal | 2 | 217 | 332 | 143 | 42 | 0 | 17 | 311 | 142 | 53 |
| Binary | 10 | 10001111 | 11011010 | 1100011 | 100010 | 0 | 1111 | 11001001 | 1100010 | 101011 |
Color Harmonies of #028FDA
Complementary color
Monochromatic Colors of #028FDA
Black with #028FDA
Text Example
Text Example
White with #028FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028FDA; }
p { color: rgb(2,143,218); }
H1.HeaderClassName
{
color: #028FDA;
}
.AnyTagClassName
{
color: #028FDA;
}
</style>
background-color css
<style>
a { background-color: #028FDA; }
a { background-color: rgb(2,143,218); }
div.DivClassName
{
background-color: #028FDA;
}
.BgClassName
{
background-color: #028FDA;
}
</style>
border-color css
<style>
span { border-color: #028FDA; }
span { border-color: rgb(2,143,218); }
td.TdClassName
{
border-color: #028FDA;
}
.TagClassName
{
border-color: #028FDA;
}
</style>