Shades of Pacific Blue #028EDF
Tints of Pacific Blue #028EDF
RGB
CMYK
RGB Variations
Color information
#028EDF (or 0x028EDF) is known color: Pacific Blue. HEX triplet: 02, 8E and DF. RGB value is (2,142,223). Sum of RGB (Red+Green+Blue) = 2+142+223=367 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #028EDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028EDF is #FD7120. Grayscale: #6C6C6C. Windows color (decimal): -16609569 or 14650882. OLE color: 14650882.
HSL color Cylindrical-coordinate representation of color #028EDF: hue angle of 201.99º 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 #028EDF is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 142 | 223 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.13 |
| HSL | 201.99º | 0.98% | 0.44% | - |
| HSV(B) | 201.99º | 0.99% | 0.87% | - |
| XYZ | 23.02 | 24.69 | 73.36 | - |
| YUV | 109.37 | 192.12 | 51.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 142 | 223 | 0.99 | 0.36 | 0 | 0.13 | 201.99 | 0.98 | 0.44 |
| Hex | 2 | 8E | DF | 63 | 24 | 0 | D | CA | 62 | 2C |
| Octal | 2 | 216 | 337 | 143 | 44 | 0 | 15 | 312 | 142 | 54 |
| Binary | 10 | 10001110 | 11011111 | 1100011 | 100100 | 0 | 1101 | 11001010 | 1100010 | 101100 |
Color Harmonies of #028EDF
Complementary color
Monochromatic Colors of #028EDF
Black with #028EDF
Text Example
Text Example
White with #028EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028EDF; }
p { color: rgb(2,142,223); }
H1.HeaderClassName
{
color: #028EDF;
}
.AnyTagClassName
{
color: #028EDF;
}
</style>
background-color css
<style>
a { background-color: #028EDF; }
a { background-color: rgb(2,142,223); }
div.DivClassName
{
background-color: #028EDF;
}
.BgClassName
{
background-color: #028EDF;
}
</style>
border-color css
<style>
span { border-color: #028EDF; }
span { border-color: rgb(2,142,223); }
td.TdClassName
{
border-color: #028EDF;
}
.TagClassName
{
border-color: #028EDF;
}
</style>