Html Css Color HEX #028ADD Pacific Blue

📋 copy color: '#028ADD'

red 2 ◦ green 138 ◦ blue 221

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

Shades of Pacific Blue #028ADD

Tints of Pacific Blue #028ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.23%

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

R = 0.55%
G = 38.23%
B = 61.22%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#028ADD (or 0x028ADD) is known color: Pacific Blue. HEX triplet: 02, 8A and DD. RGB value is (2,138,221). Sum of RGB (Red+Green+Blue) = 2+138+221=361 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #028ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028ADD is #FD7522. Grayscale: #6A6A6A. Windows color (decimal): -16610595 or 14518786. OLE color: 14518786.

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

Color convert

RGB 2 138 221 -
CMYK 0.99 0.38 0 0.13
HSL 202.74º 0.98% 0.44% -
HSV(B) 202.74º 0.99% 0.87% -
XYZ 22.16 23.41 71.76 -
YUV 106.8 192.44 53.25 -
System Red Green Blue C M Y K H S L
Decimal 2 138 221 0.99 0.38 0 0.13 202.74 0.98 0.44
Hex 2 8A DD 63 26 0 D CB 62 2C
Octal 2 212 335 143 46 0 15 313 142 54
Binary 10 10001010 11011101 1100011 100110 0 1101 11001011 1100010 101100

Color Harmonies of #028ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028ADD

Black with #028ADD

Text Example


Text Example

White with #028ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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