Html Css Color HEX #028ED0 Pacific Blue

📋 copy color: '#028ED0'

red 2 ◦ green 142 ◦ blue 208

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

Shades of Pacific Blue #028ED0

Tints of Pacific Blue #028ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 59.09%

R = 0.57%
G = 40.34%
B = 59.09%

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

#028ED0 (or 0x028ED0) is known color: Pacific Blue. HEX triplet: 02, 8E and D0. RGB value is (2,142,208). Sum of RGB (Red+Green+Blue) = 2+142+208=352 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 208 (81.64% from 255 or 59.09% from 352); Max value from RGB is 208 - color contains mainly: blue. Hex color #028ED0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028ED0 is #FD712F. Grayscale: #6B6B6B. Windows color (decimal): -16609584 or 13667842. OLE color: 13667842.

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

Color convert

RGB 2 142 208 -
CMYK 0.99 0.32 0 0.18
HSL 199.22º 0.98% 0.41% -
HSV(B) 199.22º 0.99% 0.82% -
XYZ 21.08 23.91 63.18 -
YUV 107.66 184.62 52.63 -
System Red Green Blue C M Y K H S L
Decimal 2 142 208 0.99 0.32 0 0.18 199.22 0.98 0.41
Hex 2 8E D0 63 20 0 12 C7 62 29
Octal 2 216 320 143 40 0 22 307 142 51
Binary 10 10001110 11010000 1100011 100000 0 10010 11000111 1100010 101001

Color Harmonies of #028ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028ED0

Black with #028ED0

Text Example


Text Example

White with #028ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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