Html Css Color HEX #028ED2 Pacific Blue

📋 copy color: '#028ED2'

red 2 ◦ green 142 ◦ blue 210

#028ED2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #028ED2

Tints of Pacific Blue #028ED2

RGB

 RED value IS 2 (1.17% from 255) = 0.56%

 GREEN value IS 142 (55.86% from 255) = 40.11%

 BLUE value IS 210 (82.42% from 255) = 59.32%

R = 0.56%
G = 40.11%
B = 59.32%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#028ED2 (or 0x028ED2) is known color: Pacific Blue. HEX triplet: 02, 8E and D2. RGB value is (2,142,210). Sum of RGB (Red+Green+Blue) = 2+142+210=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 210 (82.42% from 255 or 59.32% from 354); Max value from RGB is 210 - color contains mainly: blue. Hex color #028ED2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028ED2 is #FD712D. Grayscale: #6B6B6B. Windows color (decimal): -16609582 or 13798914. OLE color: 13798914.

HSL color Cylindrical-coordinate representation of color #028ED2: hue angle of 199.62º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028ED2 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 2 142 210 -
CMYK 0.99 0.32 0 0.18
HSL 199.62º 0.98% 0.42% -
HSV(B) 199.62º 0.99% 0.82% -
XYZ 21.33 24.01 64.48 -
YUV 107.89 185.62 52.47 -
System Red Green Blue C M Y K H S L
Decimal 2 142 210 0.99 0.32 0 0.18 199.62 0.98 0.42
Hex 2 8E D2 63 20 0 12 C8 62 2A
Octal 2 216 322 143 40 0 22 310 142 52
Binary 10 10001110 11010010 1100011 100000 0 10010 11001000 1100010 101010

Color Harmonies of #028ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028ED2

Black with #028ED2

Text Example


Text Example

White with #028ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #028ED2;
 }
 .AnyTagClassName
 {
   color: #028ED2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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