Html Css Color HEX #5093DA Picton Blue

📋 copy color: '#5093DA'

red 80 ◦ green 147 ◦ blue 218

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

Shades of Picton Blue #5093DA

Tints of Picton Blue #5093DA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.03%

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

R = 17.98%
G = 33.03%
B = 48.99%

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

#5093DA (or 0x5093DA) is known color: Picton Blue. HEX triplet: 50, 93 and DA. RGB value is (80,147,218). Sum of RGB (Red+Green+Blue) = 80+147+218=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #5093DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5093DA is #AF6C25. Grayscale: #868686. Windows color (decimal): -11496486 or 14324560. OLE color: 14324560.

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

Color convert

RGB 80 147 218 -
CMYK 0.63 0.33 0 0.15
HSL 210.87º 0.65% 0.58% -
HSV(B) 210.87º 0.63% 0.85% -
XYZ 26.4 27.63 70.27 -
YUV 135.06 174.8 88.73 -
System Red Green Blue C M Y K H S L
Decimal 80 147 218 0.63 0.33 0 0.15 210.87 0.65 0.58
Hex 50 93 DA 3F 21 0 F D3 41 3A
Octal 120 223 332 77 41 0 17 323 101 72
Binary 1010000 10010011 11011010 111111 100001 0 1111 11010011 1000001 111010

Color Harmonies of #5093DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5093DA

Black with #5093DA

Text Example


Text Example

White with #5093DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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