Html Css Color HEX #028CDD Pacific Blue

📋 copy color: '#028CDD'

red 2 ◦ green 140 ◦ blue 221

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

Shades of Pacific Blue #028CDD

Tints of Pacific Blue #028CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.88%

R = 0.55%
G = 38.57%
B = 60.88%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#028CDD (or 0x028CDD) is known color: Pacific Blue. HEX triplet: 02, 8C and DD. RGB value is (2,140,221). Sum of RGB (Red+Green+Blue) = 2+140+221=363 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #028CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028CDD is #FD7322. Grayscale: #6B6B6B. Windows color (decimal): -16610083 or 14519298. OLE color: 14519298.

HSL color Cylindrical-coordinate representation of color #028CDD: hue angle of 202.19º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028CDD is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 140 221 -
CMYK 0.99 0.37 0 0.13
HSL 202.19º 0.98% 0.44% -
HSV(B) 202.19º 0.99% 0.87% -
XYZ 22.45 23.99 71.85 -
YUV 107.97 191.78 52.41 -
System Red Green Blue C M Y K H S L
Decimal 2 140 221 0.99 0.37 0 0.13 202.19 0.98 0.44
Hex 2 8C DD 63 25 0 D CA 62 2C
Octal 2 214 335 143 45 0 15 312 142 54
Binary 10 10001100 11011101 1100011 100101 0 1101 11001010 1100010 101100

Color Harmonies of #028CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028CDD

Black with #028CDD

Text Example


Text Example

White with #028CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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