Html Css Color HEX #0593E0 Pacific Blue

📋 copy color: '#0593E0'

red 5 ◦ green 147 ◦ blue 224

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

Shades of Pacific Blue #0593E0

Tints of Pacific Blue #0593E0

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.1%

 BLUE value IS 224 (87.89% from 255) = 59.57%

R = 1.33%
G = 39.1%
B = 59.57%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0593E0 (or 0x0593E0) is known color: Pacific Blue. HEX triplet: 05, 93 and E0. RGB value is (5,147,224). Sum of RGB (Red+Green+Blue) = 5+147+224=376 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 224 (87.89% from 255 or 59.57% from 376); Max value from RGB is 224 - color contains mainly: blue. Hex color #0593E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0593E0 is #FA6C1F. Grayscale: #707070. Windows color (decimal): -16411680 or 14717701. OLE color: 14717701.

HSL color Cylindrical-coordinate representation of color #0593E0: hue angle of 201.1º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0593E0 is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 5 147 224 -
CMYK 0.98 0.34 0 0.12
HSL 201.1º 0.96% 0.45% -
HSV(B) 201.1º 0.98% 0.88% -
XYZ 23.95 26.28 74.33 -
YUV 113.32 190.46 50.74 -
System Red Green Blue C M Y K H S L
Decimal 5 147 224 0.98 0.34 0 0.12 201.1 0.96 0.45
Hex 5 93 E0 62 22 0 C C9 60 2D
Octal 5 223 340 142 42 0 14 311 140 55
Binary 101 10010011 11100000 1100010 100010 0 1100 11001001 1100000 101101

Color Harmonies of #0593E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0593E0

Black with #0593E0

Text Example


Text Example

White with #0593E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0593E0; }

 p { color: rgb(5,147,224); }

 H1.HeaderClassName
 {
   color: #0593E0;
 }
 .AnyTagClassName
 {
   color: #0593E0;
 }
</style>

background-color css

<style>
 a { background-color: #0593E0; }

 a { background-color: rgb(5,147,224); }

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

border-color css

<style>
 span { border-color: #0593E0; }

 span { border-color: rgb(5,147,224); }

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