Html Css Color HEX #0590DC Pacific Blue

📋 copy color: '#0590DC'

red 5 ◦ green 144 ◦ blue 220

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

Shades of Pacific Blue #0590DC

Tints of Pacific Blue #0590DC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.02%

 BLUE value IS 220 (86.33% from 255) = 59.62%

R = 1.36%
G = 39.02%
B = 59.62%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0590DC (or 0x0590DC) is known color: Pacific Blue. HEX triplet: 05, 90 and DC. RGB value is (5,144,220). Sum of RGB (Red+Green+Blue) = 5+144+220=369 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #0590DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0590DC is #FA6F23. Grayscale: #6E6E6E. Windows color (decimal): -16412452 or 14454789. OLE color: 14454789.

HSL color Cylindrical-coordinate representation of color #0590DC: hue angle of 201.21º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0590DC is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 144 220 -
CMYK 0.98 0.35 0 0.14
HSL 201.21º 0.96% 0.44% -
HSV(B) 201.21º 0.98% 0.86% -
XYZ 22.95 25.15 71.35 -
YUV 111.1 189.45 52.32 -
System Red Green Blue C M Y K H S L
Decimal 5 144 220 0.98 0.35 0 0.14 201.21 0.96 0.44
Hex 5 90 DC 62 23 0 E C9 60 2C
Octal 5 220 334 142 43 0 16 311 140 54
Binary 101 10010000 11011100 1100010 100011 0 1110 11001001 1100000 101100

Color Harmonies of #0590DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0590DC

Black with #0590DC

Text Example


Text Example

White with #0590DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0590DC; }

 p { color: rgb(5,144,220); }

 H1.HeaderClassName
 {
   color: #0590DC;
 }
 .AnyTagClassName
 {
   color: #0590DC;
 }
</style>

background-color css

<style>
 a { background-color: #0590DC; }

 a { background-color: rgb(5,144,220); }

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

border-color css

<style>
 span { border-color: #0590DC; }

 span { border-color: rgb(5,144,220); }

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