Shades of Pacific Blue #028CDF
Tints of Pacific Blue #028CDF
RGB
CMYK
RGB Variations
Color information
#028CDF (or 0x028CDF) is known color: Pacific Blue. HEX triplet: 02, 8C and DF. RGB value is (2,140,223). Sum of RGB (Red+Green+Blue) = 2+140+223=365 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #028CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028CDF is #FD7320. Grayscale: #6B6B6B. Windows color (decimal): -16610081 or 14650370. OLE color: 14650370.
HSL color Cylindrical-coordinate representation of color #028CDF: hue angle of 202.53º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028CDF is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 140 | 223 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.13 |
| HSL | 202.53º | 0.98% | 0.44% | - |
| HSV(B) | 202.53º | 0.99% | 0.87% | - |
| XYZ | 22.72 | 24.1 | 73.27 | - |
| YUV | 108.2 | 192.78 | 52.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 140 | 223 | 0.99 | 0.37 | 0 | 0.13 | 202.53 | 0.98 | 0.44 |
| Hex | 2 | 8C | DF | 63 | 25 | 0 | D | CB | 62 | 2C |
| Octal | 2 | 214 | 337 | 143 | 45 | 0 | 15 | 313 | 142 | 54 |
| Binary | 10 | 10001100 | 11011111 | 1100011 | 100101 | 0 | 1101 | 11001011 | 1100010 | 101100 |
Color Harmonies of #028CDF
Complementary color
Monochromatic Colors of #028CDF
Black with #028CDF
Text Example
Text Example
White with #028CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028CDF; }
p { color: rgb(2,140,223); }
H1.HeaderClassName
{
color: #028CDF;
}
.AnyTagClassName
{
color: #028CDF;
}
</style>
background-color css
<style>
a { background-color: #028CDF; }
a { background-color: rgb(2,140,223); }
div.DivClassName
{
background-color: #028CDF;
}
.BgClassName
{
background-color: #028CDF;
}
</style>
border-color css
<style>
span { border-color: #028CDF; }
span { border-color: rgb(2,140,223); }
td.TdClassName
{
border-color: #028CDF;
}
.TagClassName
{
border-color: #028CDF;
}
</style>