#028EC7

Color #028EC7 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #028EC7

Tints of Pacific Blue #028EC7

Color information

#028EC7 (or 0x028EC7) is unknown color: approx Pacific Blue. HEX triplet: 02, 8E and C7. RGB value is (2,142,199). Sum of RGB (Red+Green+Blue) = 2+142+199=343 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 199 (78.12% from 255 or 58.02% from 343); Max value from RGB is 199 - color contains mainly: blue. Hex color #028EC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028EC7 is #FD7138. Grayscale: #6A6A6A. Windows color (decimal): -16609593 or 13078018. OLE color: 13078018.

HSL color Cylindrical-coordinate representation of color #028EC7: hue angle of 197.36º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028EC7 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2142199-
CMYK0.990.2900.22
HSL197.36º98.01%39.41%-
HSV(B)197.36º98.99%78.04%-
XYZ20.0123.4857.51-
YUV106.64180.1253.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.58%
GREEN value IS 142 (55.86% from 255) = 41.40%
BLUE value IS 199 (78.12% from 255) = 58.02%
R=0.58%
G=41.40%
B=58.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal21421990.990.2900.22197.3698.0139.41
Hex28EC7631D016c56227
Octal22163071433502630514247
Binary101000111011000111110001111101010110110001011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028EC7; }

 p { color: rgb(2,142,199); }

 H1.HeaderClassName
 {
   color: #028EC7;
 }
 .AnyTagClassName
 {
   color: #028EC7;
 }
</style>
background-color css

<style>
 a { background-color: #028EC7; }

 a { background-color: rgb(2,142,199); }

 div.DivClassName
 {
   background-color: #028EC7;
 }
 .BgClassName
 {
   background-color: #028EC7;
 }
</style>
border-color css

<style>
 span { border-color: #028EC7; }

 span { border-color: rgb(2,142,199); }

 td.TdClassName
 {
   border-color: #028EC7;
 }
 .TagClassName
 {
   border-color: #028EC7;
 }
</style>