#028BE0

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

Shades of Pacific Blue #028BE0

Tints of Pacific Blue #028BE0

Color information

#028BE0 (or 0x028BE0) is unknown color: approx Pacific Blue. HEX triplet: 02, 8B and E0. RGB value is (2,139,224). Sum of RGB (Red+Green+Blue) = 2+139+224=365 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 224 (87.89% from 255 or 61.37% from 365); Max value from RGB is 224 - color contains mainly: blue. Hex color #028BE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028BE0 is #FD741F. Grayscale: #6B6B6B. Windows color (decimal): -16610336 or 14715650. OLE color: 14715650.

HSL color Cylindrical-coordinate representation of color #028BE0: hue angle of 202.97º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028BE0 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB2139224-
CMYK0.990.3800.12
HSL202.97º98.23%44.31%-
HSV(B)202.97º99.11%87.84%-
XYZ22.7123.8673.93-
YUV107.73193.6152.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.55%
GREEN value IS 139 (54.69% from 255) = 38.08%
BLUE value IS 224 (87.89% from 255) = 61.37%
R=0.55%
G=38.08%
B=61.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal21392240.990.3800.12202.9798.2344.31
Hex28BE063260Ccb622c
Octal22133401434601431314254
Binary101000101111100000110001110011001100110010111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,139,224); }

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

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

 a { background-color: rgb(2,139,224); }

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

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

 span { border-color: rgb(2,139,224); }

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