Html Css Color HEX #5090DA Picton Blue

📋 copy color: '#5090DA'

red 80 ◦ green 144 ◦ blue 218

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

Shades of Picton Blue #5090DA

Tints of Picton Blue #5090DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.32%

R = 18.1%
G = 32.58%
B = 49.32%

CMYK

 C value IS 0.63

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5090DA (or 0x5090DA) is known color: Picton Blue. HEX triplet: 50, 90 and DA. RGB value is (80,144,218). Sum of RGB (Red+Green+Blue) = 80+144+218=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #5090DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5090DA is #AF6F25. Grayscale: #848484. Windows color (decimal): -11497254 or 14323792. OLE color: 14323792.

HSL color Cylindrical-coordinate representation of color #5090DA: hue angle of 212.17º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5090DA is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 144 218 -
CMYK 0.63 0.34 0 0.15
HSL 212.17º 0.65% 0.58% -
HSV(B) 212.17º 0.63% 0.85% -
XYZ 25.94 26.71 70.12 -
YUV 133.3 175.8 89.98 -
System Red Green Blue C M Y K H S L
Decimal 80 144 218 0.63 0.34 0 0.15 212.17 0.65 0.58
Hex 50 90 DA 3F 22 0 F D4 41 3A
Octal 120 220 332 77 42 0 17 324 101 72
Binary 1010000 10010000 11011010 111111 100010 0 1111 11010100 1000001 111010

Color Harmonies of #5090DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5090DA

Black with #5090DA

Text Example


Text Example

White with #5090DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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