Shades of Pacific Blue #028FDC
Tints of Pacific Blue #028FDC
RGB
CMYK
RGB Variations
Color information
#028FDC (or 0x028FDC) is known color: Pacific Blue. HEX triplet: 02, 8F and DC. RGB value is (2,143,220). Sum of RGB (Red+Green+Blue) = 2+143+220=365 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #028FDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028FDC is #FD7023. Grayscale: #6D6D6D. Windows color (decimal): -16609316 or 14454530. OLE color: 14454530.
HSL color Cylindrical-coordinate representation of color #028FDC: hue angle of 201.19º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028FDC is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 143 | 220 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.14 |
| HSL | 201.19º | 0.98% | 0.44% | - |
| HSV(B) | 201.19º | 0.99% | 0.86% | - |
| XYZ | 22.77 | 24.83 | 71.3 | - |
| YUV | 109.62 | 190.29 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 143 | 220 | 0.99 | 0.35 | 0 | 0.14 | 201.19 | 0.98 | 0.44 |
| Hex | 2 | 8F | DC | 63 | 23 | 0 | E | C9 | 62 | 2C |
| Octal | 2 | 217 | 334 | 143 | 43 | 0 | 16 | 311 | 142 | 54 |
| Binary | 10 | 10001111 | 11011100 | 1100011 | 100011 | 0 | 1110 | 11001001 | 1100010 | 101100 |
Color Harmonies of #028FDC
Complementary color
Monochromatic Colors of #028FDC
Black with #028FDC
Text Example
Text Example
White with #028FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028FDC; }
p { color: rgb(2,143,220); }
H1.HeaderClassName
{
color: #028FDC;
}
.AnyTagClassName
{
color: #028FDC;
}
</style>
background-color css
<style>
a { background-color: #028FDC; }
a { background-color: rgb(2,143,220); }
div.DivClassName
{
background-color: #028FDC;
}
.BgClassName
{
background-color: #028FDC;
}
</style>
border-color css
<style>
span { border-color: #028FDC; }
span { border-color: rgb(2,143,220); }
td.TdClassName
{
border-color: #028FDC;
}
.TagClassName
{
border-color: #028FDC;
}
</style>