Html Css Color HEX #028CCD Pacific Blue

📋 copy color: '#028CCD'

red 2 ◦ green 140 ◦ blue 205

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

Shades of Pacific Blue #028CCD

Tints of Pacific Blue #028CCD

RGB

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

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

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

R = 0.58%
G = 40.35%
B = 59.08%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#028CCD (or 0x028CCD) is known color: Pacific Blue. HEX triplet: 02, 8C and CD. RGB value is (2,140,205). Sum of RGB (Red+Green+Blue) = 2+140+205=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #028CCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028CCD is #FD7332. Grayscale: #696969. Windows color (decimal): -16610099 or 13470722. OLE color: 13470722.

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

Color convert

RGB 2 140 205 -
CMYK 0.99 0.32 0 0.20
HSL 199.21º 0.98% 0.41% -
HSV(B) 199.21º 0.99% 0.8% -
XYZ 20.42 23.18 61.15 -
YUV 106.15 183.78 53.71 -
System Red Green Blue C M Y K H S L
Decimal 2 140 205 0.99 0.32 0 0.20 199.21 0.98 0.41
Hex 2 8C CD 63 20 0 14 C7 62 29
Octal 2 214 315 143 40 0 24 307 142 51
Binary 10 10001100 11001101 1100011 100000 0 10100 11000111 1100010 101001

Color Harmonies of #028CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028CCD

Black with #028CCD

Text Example


Text Example

White with #028CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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