Html Css Color HEX #0590DD Pacific Blue

📋 copy color: '#0590DD'

red 5 ◦ green 144 ◦ blue 221

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

Shades of Pacific Blue #0590DD

Tints of Pacific Blue #0590DD

RGB

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

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

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

R = 1.35%
G = 38.92%
B = 59.73%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0590DD (or 0x0590DD) is known color: Pacific Blue. HEX triplet: 05, 90 and DD. RGB value is (5,144,221). Sum of RGB (Red+Green+Blue) = 5+144+221=370 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #0590DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0590DD is #FA6F22. Grayscale: #6E6E6E. Windows color (decimal): -16412451 or 14520325. OLE color: 14520325.

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

Color convert

RGB 5 144 221 -
CMYK 0.98 0.35 0 0.13
HSL 201.39º 0.96% 0.44% -
HSV(B) 201.39º 0.98% 0.87% -
XYZ 23.09 25.2 72.05 -
YUV 111.22 189.95 52.24 -
System Red Green Blue C M Y K H S L
Decimal 5 144 221 0.98 0.35 0 0.13 201.39 0.96 0.44
Hex 5 90 DD 62 23 0 D C9 60 2C
Octal 5 220 335 142 43 0 15 311 140 54
Binary 101 10010000 11011101 1100010 100011 0 1101 11001001 1100000 101100

Color Harmonies of #0590DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0590DD

Black with #0590DD

Text Example


Text Example

White with #0590DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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