Html Css Color HEX #1597DC Pacific Blue

📋 copy color: '#1597DC'

red 21 ◦ green 151 ◦ blue 220

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

Shades of Pacific Blue #1597DC

Tints of Pacific Blue #1597DC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.52%

 BLUE value IS 220 (86.33% from 255) = 56.12%

R = 5.36%
G = 38.52%
B = 56.12%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1597DC (or 0x1597DC) is known color: Pacific Blue. HEX triplet: 15, 97 and DC. RGB value is (21,151,220). Sum of RGB (Red+Green+Blue) = 21+151+220=392 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.36% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #1597DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1597DC is #EA6823. Grayscale: #777777. Windows color (decimal): -15362084 or 14456597. OLE color: 14456597.

HSL color Cylindrical-coordinate representation of color #1597DC: hue angle of 200.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1597DC is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 151 220 -
CMYK 0.90 0.31 0 0.14
HSL 200.8º 0.83% 0.47% -
HSV(B) 200.8º 0.9% 0.86% -
XYZ 24.29 27.46 71.73 -
YUV 120 184.43 57.39 -
System Red Green Blue C M Y K H S L
Decimal 21 151 220 0.90 0.31 0 0.14 200.8 0.83 0.47
Hex 15 97 DC 5A 1F 0 E C9 53 2F
Octal 25 227 334 132 37 0 16 311 123 57
Binary 10101 10010111 11011100 1011010 11111 0 1110 11001001 1010011 101111

Color Harmonies of #1597DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1597DC

Black with #1597DC

Text Example


Text Example

White with #1597DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1597DC; }

 p { color: rgb(21,151,220); }

 H1.HeaderClassName
 {
   color: #1597DC;
 }
 .AnyTagClassName
 {
   color: #1597DC;
 }
</style>

background-color css

<style>
 a { background-color: #1597DC; }

 a { background-color: rgb(21,151,220); }

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

border-color css

<style>
 span { border-color: #1597DC; }

 span { border-color: rgb(21,151,220); }

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