Html Css Color HEX #1588CA Pacific Blue

📋 copy color: '#1588CA'

red 21 ◦ green 136 ◦ blue 202

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

Shades of Pacific Blue #1588CA

Tints of Pacific Blue #1588CA

RGB

 RED value IS 21 (8.59% from 255) = 5.85%

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

 BLUE value IS 202 (79.3% from 255) = 56.27%

R = 5.85%
G = 37.88%
B = 56.27%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1588CA (or 0x1588CA) is known color: Pacific Blue. HEX triplet: 15, 88 and CA. RGB value is (21,136,202). Sum of RGB (Red+Green+Blue) = 21+136+202=359 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.85% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #1588CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1588CA is #EA7735. Grayscale: #6C6C6C. Windows color (decimal): -15365942 or 13273109. OLE color: 13273109.

HSL color Cylindrical-coordinate representation of color #1588CA: hue angle of 201.88º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1588CA is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 21 136 202 -
CMYK 0.90 0.33 0 0.21
HSL 201.88º 0.81% 0.44% -
HSV(B) 201.88º 0.9% 0.79% -
XYZ 19.77 22.03 59.09 -
YUV 109.14 180.4 65.13 -
System Red Green Blue C M Y K H S L
Decimal 21 136 202 0.90 0.33 0 0.21 201.88 0.81 0.44
Hex 15 88 CA 5A 21 0 15 CA 51 2C
Octal 25 210 312 132 41 0 25 312 121 54
Binary 10101 10001000 11001010 1011010 100001 0 10101 11001010 1010001 101100

Color Harmonies of #1588CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1588CA

Black with #1588CA

Text Example


Text Example

White with #1588CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1588CA; }

 p { color: rgb(21,136,202); }

 H1.HeaderClassName
 {
   color: #1588CA;
 }
 .AnyTagClassName
 {
   color: #1588CA;
 }
</style>

background-color css

<style>
 a { background-color: #1588CA; }

 a { background-color: rgb(21,136,202); }

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

border-color css

<style>
 span { border-color: #1588CA; }

 span { border-color: rgb(21,136,202); }

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