Html Css Color HEX #1586CD Pacific Blue

📋 copy color: '#1586CD'

red 21 ◦ green 134 ◦ blue 205

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

Shades of Pacific Blue #1586CD

Tints of Pacific Blue #1586CD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.22%

 BLUE value IS 205 (80.47% from 255) = 56.94%

R = 5.83%
G = 37.22%
B = 56.94%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1586CD (or 0x1586CD) is known color: Pacific Blue. HEX triplet: 15, 86 and CD. RGB value is (21,134,205). Sum of RGB (Red+Green+Blue) = 21+134+205=360 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.83% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #1586CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1586CD is #EA7932. Grayscale: #6B6B6B. Windows color (decimal): -15366451 or 13469205. OLE color: 13469205.

HSL color Cylindrical-coordinate representation of color #1586CD: hue angle of 203.15º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1586CD is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 134 205 -
CMYK 0.90 0.35 0 0.20
HSL 203.15º 0.81% 0.44% -
HSV(B) 203.15º 0.9% 0.8% -
XYZ 19.85 21.62 60.88 -
YUV 108.31 182.56 65.73 -
System Red Green Blue C M Y K H S L
Decimal 21 134 205 0.90 0.35 0 0.20 203.15 0.81 0.44
Hex 15 86 CD 5A 23 0 14 CB 51 2C
Octal 25 206 315 132 43 0 24 313 121 54
Binary 10101 10000110 11001101 1011010 100011 0 10100 11001011 1010001 101100

Color Harmonies of #1586CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1586CD

Black with #1586CD

Text Example


Text Example

White with #1586CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1586CD; }

 p { color: rgb(21,134,205); }

 H1.HeaderClassName
 {
   color: #1586CD;
 }
 .AnyTagClassName
 {
   color: #1586CD;
 }
</style>

background-color css

<style>
 a { background-color: #1586CD; }

 a { background-color: rgb(21,134,205); }

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

border-color css

<style>
 span { border-color: #1586CD; }

 span { border-color: rgb(21,134,205); }

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