Html Css Color HEX #1597DD Pacific Blue

📋 copy color: '#1597DD'

red 21 ◦ green 151 ◦ blue 221

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

Shades of Pacific Blue #1597DD

Tints of Pacific Blue #1597DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.23%

R = 5.34%
G = 38.42%
B = 56.23%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1597DD (or 0x1597DD) is known color: Pacific Blue. HEX triplet: 15, 97 and DD. RGB value is (21,151,221). Sum of RGB (Red+Green+Blue) = 21+151+221=393 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.34% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #1597DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1597DD is #EA6822. Grayscale: #777777. Windows color (decimal): -15362083 or 14522133. OLE color: 14522133.

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

Color convert

RGB 21 151 221 -
CMYK 0.90 0.32 0 0.13
HSL 201º 0.83% 0.47% -
HSV(B) 201º 0.9% 0.87% -
XYZ 24.43 27.51 72.43 -
YUV 120.11 184.93 57.31 -
System Red Green Blue C M Y K H S L
Decimal 21 151 221 0.90 0.32 0 0.13 201 0.83 0.47
Hex 15 97 DD 5A 20 0 D C9 53 2F
Octal 25 227 335 132 40 0 15 311 123 57
Binary 10101 10010111 11011101 1011010 100000 0 1101 11001001 1010011 101111

Color Harmonies of #1597DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1597DD

Black with #1597DD

Text Example


Text Example

White with #1597DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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