Html Css Color HEX #028CE0 Pacific Blue

📋 copy color: '#028CE0'

red 2 ◦ green 140 ◦ blue 224

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

Shades of Pacific Blue #028CE0

Tints of Pacific Blue #028CE0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.25%

 BLUE value IS 224 (87.89% from 255) = 61.2%

R = 0.55%
G = 38.25%
B = 61.2%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#028CE0 (or 0x028CE0) is known color: Pacific Blue. HEX triplet: 02, 8C and E0. RGB value is (2,140,224). Sum of RGB (Red+Green+Blue) = 2+140+224=366 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 224 (87.89% from 255 or 61.20% from 366); Max value from RGB is 224 - color contains mainly: blue. Hex color #028CE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028CE0 is #FD731F. Grayscale: #6B6B6B. Windows color (decimal): -16610080 or 14715906. OLE color: 14715906.

HSL color Cylindrical-coordinate representation of color #028CE0: hue angle of 202.7º 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 #028CE0 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 2 140 224 -
CMYK 0.99 0.38 0 0.12
HSL 202.7º 0.98% 0.44% -
HSV(B) 202.7º 0.99% 0.88% -
XYZ 22.86 24.15 73.98 -
YUV 108.31 193.28 52.17 -
System Red Green Blue C M Y K H S L
Decimal 2 140 224 0.99 0.38 0 0.12 202.7 0.98 0.44
Hex 2 8C E0 63 26 0 C CB 62 2C
Octal 2 214 340 143 46 0 14 313 142 54
Binary 10 10001100 11100000 1100011 100110 0 1100 11001011 1100010 101100

Color Harmonies of #028CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028CE0

Black with #028CE0

Text Example


Text Example

White with #028CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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