Html Css Color HEX #028BDD Pacific Blue

📋 copy color: '#028BDD'

red 2 ◦ green 139 ◦ blue 221

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

Shades of Pacific Blue #028BDD

Tints of Pacific Blue #028BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.4%

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

R = 0.55%
G = 38.4%
B = 61.05%

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

#028BDD (or 0x028BDD) is known color: Pacific Blue. HEX triplet: 02, 8B and DD. RGB value is (2,139,221). Sum of RGB (Red+Green+Blue) = 2+139+221=362 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #028BDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028BDD is #FD7422. Grayscale: #6A6A6A. Windows color (decimal): -16610339 or 14519042. OLE color: 14519042.

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

Color convert

RGB 2 139 221 -
CMYK 0.99 0.37 0 0.13
HSL 202.47º 0.98% 0.44% -
HSV(B) 202.47º 0.99% 0.87% -
XYZ 22.31 23.7 71.81 -
YUV 107.39 192.11 52.83 -
System Red Green Blue C M Y K H S L
Decimal 2 139 221 0.99 0.37 0 0.13 202.47 0.98 0.44
Hex 2 8B DD 63 25 0 D CA 62 2C
Octal 2 213 335 143 45 0 15 312 142 54
Binary 10 10001011 11011101 1100011 100101 0 1101 11001010 1100010 101100

Color Harmonies of #028BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028BDD

Black with #028BDD

Text Example


Text Example

White with #028BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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