Html Css Color HEX #1588CF Pacific Blue

📋 copy color: '#1588CF'

red 21 ◦ green 136 ◦ blue 207

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

Shades of Pacific Blue #1588CF

Tints of Pacific Blue #1588CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.87%

R = 5.77%
G = 37.36%
B = 56.87%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1588CF (or 0x1588CF) is known color: Pacific Blue. HEX triplet: 15, 88 and CF. RGB value is (21,136,207). Sum of RGB (Red+Green+Blue) = 21+136+207=364 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.77% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #1588CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1588CF is #EA7730. Grayscale: #6D6D6D. Windows color (decimal): -15365937 or 13600789. OLE color: 13600789.

HSL color Cylindrical-coordinate representation of color #1588CF: hue angle of 202.9º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1588CF is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 136 207 -
CMYK 0.90 0.34 0 0.19
HSL 202.9º 0.82% 0.45% -
HSV(B) 202.9º 0.9% 0.81% -
XYZ 20.38 22.27 62.26 -
YUV 109.71 182.9 64.73 -
System Red Green Blue C M Y K H S L
Decimal 21 136 207 0.90 0.34 0 0.19 202.9 0.82 0.45
Hex 15 88 CF 5A 22 0 13 CB 52 2D
Octal 25 210 317 132 42 0 23 313 122 55
Binary 10101 10001000 11001111 1011010 100010 0 10011 11001011 1010010 101101

Color Harmonies of #1588CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1588CF

Black with #1588CF

Text Example


Text Example

White with #1588CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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