Html Css Color HEX #028ECD Pacific Blue

📋 copy color: '#028ECD'

red 2 ◦ green 142 ◦ blue 205

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

Shades of Pacific Blue #028ECD

Tints of Pacific Blue #028ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.74%

R = 0.57%
G = 40.69%
B = 58.74%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#028ECD (or 0x028ECD) is known color: Pacific Blue. HEX triplet: 02, 8E and CD. RGB value is (2,142,205). Sum of RGB (Red+Green+Blue) = 2+142+205=349 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #028ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028ECD is #FD7132. Grayscale: #6A6A6A. Windows color (decimal): -16609587 or 13471234. OLE color: 13471234.

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

Color convert

RGB 2 142 205 -
CMYK 0.99 0.31 0 0.20
HSL 198.62º 0.98% 0.41% -
HSV(B) 198.62º 0.99% 0.8% -
XYZ 20.72 23.77 61.25 -
YUV 107.32 183.12 52.88 -
System Red Green Blue C M Y K H S L
Decimal 2 142 205 0.99 0.31 0 0.20 198.62 0.98 0.41
Hex 2 8E CD 63 1F 0 14 C7 62 29
Octal 2 216 315 143 37 0 24 307 142 51
Binary 10 10001110 11001101 1100011 11111 0 10100 11000111 1100010 101001

Color Harmonies of #028ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028ECD

Black with #028ECD

Text Example


Text Example

White with #028ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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