Html Css Color HEX #5090DD Picton Blue

📋 copy color: '#5090DD'

red 80 ◦ green 144 ◦ blue 221

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

Shades of Picton Blue #5090DD

Tints of Picton Blue #5090DD

RGB

 RED value IS 80 (31.64% from 255) = 17.98%

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

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

R = 17.98%
G = 32.36%
B = 49.66%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5090DD (or 0x5090DD) is known color: Picton Blue. HEX triplet: 50, 90 and DD. RGB value is (80,144,221). Sum of RGB (Red+Green+Blue) = 80+144+221=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #5090DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5090DD is #AF6F22. Grayscale: #858585. Windows color (decimal): -11497251 or 14520400. OLE color: 14520400.

HSL color Cylindrical-coordinate representation of color #5090DD: hue angle of 212.77º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5090DD is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 144 221 -
CMYK 0.64 0.35 0 0.13
HSL 212.77º 0.67% 0.59% -
HSV(B) 212.77º 0.64% 0.87% -
XYZ 26.33 26.87 72.21 -
YUV 133.64 177.3 89.74 -
System Red Green Blue C M Y K H S L
Decimal 80 144 221 0.64 0.35 0 0.13 212.77 0.67 0.59
Hex 50 90 DD 40 23 0 D D5 43 3B
Octal 120 220 335 100 43 0 15 325 103 73
Binary 1010000 10010000 11011101 1000000 100011 0 1101 11010101 1000011 111011

Color Harmonies of #5090DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5090DD

Black with #5090DD

Text Example


Text Example

White with #5090DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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