Html Css Color HEX #0288DD Pacific Blue

📋 copy color: '#0288DD'

red 2 ◦ green 136 ◦ blue 221

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

Shades of Pacific Blue #0288DD

Tints of Pacific Blue #0288DD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.88%

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

R = 0.56%
G = 37.88%
B = 61.56%

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

#0288DD (or 0x0288DD) is known color: Pacific Blue. HEX triplet: 02, 88 and DD. RGB value is (2,136,221). Sum of RGB (Red+Green+Blue) = 2+136+221=359 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 221 (86.72% from 255 or 61.56% from 359); Max value from RGB is 221 - color contains mainly: blue. Hex color #0288DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0288DD is #FD7722. Grayscale: #696969. Windows color (decimal): -16611107 or 14518274. OLE color: 14518274.

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

Color convert

RGB 2 136 221 -
CMYK 0.99 0.38 0 0.13
HSL 203.29º 0.98% 0.44% -
HSV(B) 203.29º 0.99% 0.87% -
XYZ 21.88 22.84 71.66 -
YUV 105.62 193.11 54.09 -
System Red Green Blue C M Y K H S L
Decimal 2 136 221 0.99 0.38 0 0.13 203.29 0.98 0.44
Hex 2 88 DD 63 26 0 D CB 62 2C
Octal 2 210 335 143 46 0 15 313 142 54
Binary 10 10001000 11011101 1100011 100110 0 1101 11001011 1100010 101100

Color Harmonies of #0288DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0288DD

Black with #0288DD

Text Example


Text Example

White with #0288DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0288DD; }

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

 H1.HeaderClassName
 {
   color: #0288DD;
 }
 .AnyTagClassName
 {
   color: #0288DD;
 }
</style>

background-color css

<style>
 a { background-color: #0288DD; }

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

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

border-color css

<style>
 span { border-color: #0288DD; }

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

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