Html Css Color HEX #0597DD Pacific Blue

📋 copy color: '#0597DD'

red 5 ◦ green 151 ◦ blue 221

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

Shades of Pacific Blue #0597DD

Tints of Pacific Blue #0597DD

RGB

 RED value IS 5 (2.34% from 255) = 1.33%

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

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

R = 1.33%
G = 40.05%
B = 58.62%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0597DD (or 0x0597DD) is known color: Pacific Blue. HEX triplet: 05, 97 and DD. RGB value is (5,151,221). Sum of RGB (Red+Green+Blue) = 5+151+221=377 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #0597DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0597DD is #FA6822. Grayscale: #727272. Windows color (decimal): -16410659 or 14522117. OLE color: 14522117.

HSL color Cylindrical-coordinate representation of color #0597DD: hue angle of 199.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0597DD is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 151 221 -
CMYK 0.98 0.32 0 0.13
HSL 199.44º 0.96% 0.44% -
HSV(B) 199.44º 0.98% 0.87% -
XYZ 24.18 27.39 72.42 -
YUV 115.33 187.63 49.31 -
System Red Green Blue C M Y K H S L
Decimal 5 151 221 0.98 0.32 0 0.13 199.44 0.96 0.44
Hex 5 97 DD 62 20 0 D C7 60 2C
Octal 5 227 335 142 40 0 15 307 140 54
Binary 101 10010111 11011101 1100010 100000 0 1101 11000111 1100000 101100

Color Harmonies of #0597DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0597DD

Black with #0597DD

Text Example


Text Example

White with #0597DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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