Html Css Color HEX #0597DF Pacific Blue

📋 copy color: '#0597DF'

red 5 ◦ green 151 ◦ blue 223

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

Shades of Pacific Blue #0597DF

Tints of Pacific Blue #0597DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.84%

R = 1.32%
G = 39.84%
B = 58.84%

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

#0597DF (or 0x0597DF) is known color: Pacific Blue. HEX triplet: 05, 97 and DF. RGB value is (5,151,223). Sum of RGB (Red+Green+Blue) = 5+151+223=379 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #0597DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0597DF is #FA6820. Grayscale: #737373. Windows color (decimal): -16410657 or 14653189. OLE color: 14653189.

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

Color convert

RGB 5 151 223 -
CMYK 0.98 0.32 0 0.13
HSL 199.82º 0.96% 0.45% -
HSV(B) 199.82º 0.98% 0.87% -
XYZ 24.45 27.49 73.83 -
YUV 115.55 188.63 49.15 -
System Red Green Blue C M Y K H S L
Decimal 5 151 223 0.98 0.32 0 0.13 199.82 0.96 0.45
Hex 5 97 DF 62 20 0 D C8 60 2D
Octal 5 227 337 142 40 0 15 310 140 55
Binary 101 10010111 11011111 1100010 100000 0 1101 11001000 1100000 101101

Color Harmonies of #0597DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0597DF

Black with #0597DF

Text Example


Text Example

White with #0597DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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