Html Css Color HEX #0595DE Pacific Blue

📋 copy color: '#0595DE'

red 5 ◦ green 149 ◦ blue 222

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

Shades of Pacific Blue #0595DE

Tints of Pacific Blue #0595DE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.63%

 BLUE value IS 222 (87.11% from 255) = 59.04%

R = 1.33%
G = 39.63%
B = 59.04%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0595DE (or 0x0595DE) is known color: Pacific Blue. HEX triplet: 05, 95 and DE. RGB value is (5,149,222). Sum of RGB (Red+Green+Blue) = 5+149+222=376 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 222 (87.11% from 255 or 59.04% from 376); Max value from RGB is 222 - color contains mainly: blue. Hex color #0595DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0595DE is #FA6A21. Grayscale: #717171. Windows color (decimal): -16411170 or 14587141. OLE color: 14587141.

HSL color Cylindrical-coordinate representation of color #0595DE: hue angle of 200.18º 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 #0595DE is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 149 222 -
CMYK 0.98 0.33 0 0.13
HSL 200.18º 0.96% 0.45% -
HSV(B) 200.18º 0.98% 0.87% -
XYZ 23.99 26.8 73.02 -
YUV 114.27 188.79 50.06 -
System Red Green Blue C M Y K H S L
Decimal 5 149 222 0.98 0.33 0 0.13 200.18 0.96 0.45
Hex 5 95 DE 62 21 0 D C8 60 2D
Octal 5 225 336 142 41 0 15 310 140 55
Binary 101 10010101 11011110 1100010 100001 0 1101 11001000 1100000 101101

Color Harmonies of #0595DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0595DE

Black with #0595DE

Text Example


Text Example

White with #0595DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0595DE; }

 p { color: rgb(5,149,222); }

 H1.HeaderClassName
 {
   color: #0595DE;
 }
 .AnyTagClassName
 {
   color: #0595DE;
 }
</style>

background-color css

<style>
 a { background-color: #0595DE; }

 a { background-color: rgb(5,149,222); }

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

border-color css

<style>
 span { border-color: #0595DE; }

 span { border-color: rgb(5,149,222); }

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