Html Css Color HEX #0488CE Pacific Blue

📋 copy color: '#0488CE'

red 4 ◦ green 136 ◦ blue 206

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

Shades of Pacific Blue #0488CE

Tints of Pacific Blue #0488CE

RGB

 RED value IS 4 (1.95% from 255) = 1.16%

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

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

R = 1.16%
G = 39.31%
B = 59.54%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0488CE (or 0x0488CE) is known color: Pacific Blue. HEX triplet: 04, 88 and CE. RGB value is (4,136,206). Sum of RGB (Red+Green+Blue) = 4+136+206=346 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #0488CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0488CE is #FB7731. Grayscale: #686868. Windows color (decimal): -16480050 or 13535236. OLE color: 13535236.

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

Color convert

RGB 4 136 206 -
CMYK 0.98 0.34 0 0.19
HSL 200.79º 0.96% 0.41% -
HSV(B) 200.79º 0.98% 0.81% -
XYZ 19.99 22.09 61.6 -
YUV 104.51 185.27 56.31 -
System Red Green Blue C M Y K H S L
Decimal 4 136 206 0.98 0.34 0 0.19 200.79 0.96 0.41
Hex 4 88 CE 62 22 0 13 C9 60 29
Octal 4 210 316 142 42 0 23 311 140 51
Binary 100 10001000 11001110 1100010 100010 0 10011 11001001 1100000 101001

Color Harmonies of #0488CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0488CE

Black with #0488CE

Text Example


Text Example

White with #0488CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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