Html Css Color HEX #5092DA Picton Blue

📋 copy color: '#5092DA'

red 80 ◦ green 146 ◦ blue 218

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

Shades of Picton Blue #5092DA

Tints of Picton Blue #5092DA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.88%

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

R = 18.02%
G = 32.88%
B = 49.1%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5092DA (or 0x5092DA) is known color: Picton Blue. HEX triplet: 50, 92 and DA. RGB value is (80,146,218). Sum of RGB (Red+Green+Blue) = 80+146+218=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #5092DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5092DA is #AF6D25. Grayscale: #868686. Windows color (decimal): -11496742 or 14324304. OLE color: 14324304.

HSL color Cylindrical-coordinate representation of color #5092DA: hue angle of 211.3º 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 #5092DA is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 146 218 -
CMYK 0.63 0.33 0 0.15
HSL 211.3º 0.65% 0.58% -
HSV(B) 211.3º 0.63% 0.85% -
XYZ 26.24 27.33 70.22 -
YUV 134.47 175.13 89.15 -
System Red Green Blue C M Y K H S L
Decimal 80 146 218 0.63 0.33 0 0.15 211.3 0.65 0.58
Hex 50 92 DA 3F 21 0 F D3 41 3A
Octal 120 222 332 77 41 0 17 323 101 72
Binary 1010000 10010010 11011010 111111 100001 0 1111 11010011 1000001 111010

Color Harmonies of #5092DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5092DA

Black with #5092DA

Text Example


Text Example

White with #5092DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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