Shades of Pacific Blue #028DDC
Tints of Pacific Blue #028DDC
RGB
CMYK
RGB Variations
Color information
#028DDC (or 0x028DDC) is known color: Pacific Blue. HEX triplet: 02, 8D and DC. RGB value is (2,141,220). Sum of RGB (Red+Green+Blue) = 2+141+220=363 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #028DDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028DDC is #FD7223. Grayscale: #6B6B6B. Windows color (decimal): -16609828 or 14454018. OLE color: 14454018.
HSL color Cylindrical-coordinate representation of color #028DDC: hue angle of 201.74º 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 #028DDC is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 141 | 220 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.14 |
| HSL | 201.74º | 0.98% | 0.44% | - |
| HSV(B) | 201.74º | 0.99% | 0.86% | - |
| XYZ | 22.47 | 24.23 | 71.2 | - |
| YUV | 108.45 | 190.95 | 52.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 141 | 220 | 0.99 | 0.36 | 0 | 0.14 | 201.74 | 0.98 | 0.44 |
| Hex | 2 | 8D | DC | 63 | 24 | 0 | E | CA | 62 | 2C |
| Octal | 2 | 215 | 334 | 143 | 44 | 0 | 16 | 312 | 142 | 54 |
| Binary | 10 | 10001101 | 11011100 | 1100011 | 100100 | 0 | 1110 | 11001010 | 1100010 | 101100 |
Color Harmonies of #028DDC
Complementary color
Monochromatic Colors of #028DDC
Black with #028DDC
Text Example
Text Example
White with #028DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028DDC; }
p { color: rgb(2,141,220); }
H1.HeaderClassName
{
color: #028DDC;
}
.AnyTagClassName
{
color: #028DDC;
}
</style>
background-color css
<style>
a { background-color: #028DDC; }
a { background-color: rgb(2,141,220); }
div.DivClassName
{
background-color: #028DDC;
}
.BgClassName
{
background-color: #028DDC;
}
</style>
border-color css
<style>
span { border-color: #028DDC; }
span { border-color: rgb(2,141,220); }
td.TdClassName
{
border-color: #028DDC;
}
.TagClassName
{
border-color: #028DDC;
}
</style>