Html Css Color HEX #1590CD Pacific Blue

📋 copy color: '#1590CD'

red 21 ◦ green 144 ◦ blue 205

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

Shades of Pacific Blue #1590CD

Tints of Pacific Blue #1590CD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.92%

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

R = 5.68%
G = 38.92%
B = 55.41%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1590CD (or 0x1590CD) is known color: Pacific Blue. HEX triplet: 15, 90 and CD. RGB value is (21,144,205). Sum of RGB (Red+Green+Blue) = 21+144+205=370 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.68% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #1590CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1590CD is #EA6F32. Grayscale: #717171. Windows color (decimal): -15363891 or 13471765. OLE color: 13471765.

HSL color Cylindrical-coordinate representation of color #1590CD: hue angle of 199.89º 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 #1590CD is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 144 205 -
CMYK 0.90 0.30 0 0.20
HSL 199.89º 0.81% 0.44% -
HSV(B) 199.89º 0.9% 0.8% -
XYZ 21.3 24.51 61.37 -
YUV 114.18 179.25 61.54 -
System Red Green Blue C M Y K H S L
Decimal 21 144 205 0.90 0.30 0 0.20 199.89 0.81 0.44
Hex 15 90 CD 5A 1E 0 14 C8 51 2C
Octal 25 220 315 132 36 0 24 310 121 54
Binary 10101 10010000 11001101 1011010 11110 0 10100 11001000 1010001 101100

Color Harmonies of #1590CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1590CD

Black with #1590CD

Text Example


Text Example

White with #1590CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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