Html Css Color HEX #0288CE Pacific Blue

📋 copy color: '#0288CE'

red 2 ◦ green 136 ◦ blue 206

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

Shades of Pacific Blue #0288CE

Tints of Pacific Blue #0288CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.88%

R = 0.58%
G = 39.53%
B = 59.88%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0288CE (or 0x0288CE) is known color: Pacific Blue. HEX triplet: 02, 88 and CE. RGB value is (2,136,206). Sum of RGB (Red+Green+Blue) = 2+136+206=344 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #0288CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0288CE is #FD7731. Grayscale: #676767. Windows color (decimal): -16611122 or 13535234. OLE color: 13535234.

HSL color Cylindrical-coordinate representation of color #0288CE: hue angle of 200.59º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0288CE is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 136 206 -
CMYK 0.99 0.34 0 0.19
HSL 200.59º 0.98% 0.41% -
HSV(B) 200.59º 0.99% 0.81% -
XYZ 19.97 22.08 61.6 -
YUV 103.91 185.61 55.31 -
System Red Green Blue C M Y K H S L
Decimal 2 136 206 0.99 0.34 0 0.19 200.59 0.98 0.41
Hex 2 88 CE 63 22 0 13 C9 62 29
Octal 2 210 316 143 42 0 23 311 142 51
Binary 10 10001000 11001110 1100011 100010 0 10011 11001001 1100010 101001

Color Harmonies of #0288CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0288CE

Black with #0288CE

Text Example


Text Example

White with #0288CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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