#028BE1

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

Shades of Pacific Blue #028BE1

Tints of Pacific Blue #028BE1

Color information

#028BE1 (or 0x028BE1) is unknown color: approx Pacific Blue. HEX triplet: 02, 8B and E1. RGB value is (2,139,225). Sum of RGB (Red+Green+Blue) = 2+139+225=366 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 225 (88.28% from 255 or 61.48% from 366); Max value from RGB is 225 - color contains mainly: blue. Hex color #028BE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028BE1 is #FD741E. Grayscale: #6B6B6B. Windows color (decimal): -16610335 or 14781186. OLE color: 14781186.

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

Color convert

RGB2139225-
CMYK0.990.3800.12
HSL203.14º98.24%44.51%-
HSV(B)203.14º99.11%88.24%-
XYZ22.8523.9174.65-
YUV107.84194.1152.51-

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) = 37.98%
BLUE value IS 225 (88.28% from 255) = 61.48%
R=0.55%
G=37.98%
B=61.48%

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
Decimal21392250.990.3800.12203.1498.2444.51
Hex28BE163260Ccb622d
Octal22133411434601431314255
Binary101000101111100001110001110011001100110010111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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