Html Css Color HEX #509EDC Picton Blue

📋 copy color: '#509EDC'

red 80 ◦ green 158 ◦ blue 220

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

Shades of Picton Blue #509EDC

Tints of Picton Blue #509EDC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.5%

 BLUE value IS 220 (86.33% from 255) = 48.03%

R = 17.47%
G = 34.5%
B = 48.03%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#509EDC (or 0x509EDC) is known color: Picton Blue. HEX triplet: 50, 9E and DC. RGB value is (80,158,220). Sum of RGB (Red+Green+Blue) = 80+158+220=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #509EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509EDC is #AF6123. Grayscale: #8D8D8D. Windows color (decimal): -11493668 or 14458448. OLE color: 14458448.

HSL color Cylindrical-coordinate representation of color #509EDC: hue angle of 206.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #509EDC is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 158 220 -
CMYK 0.64 0.28 0 0.14
HSL 206.57º 0.67% 0.59% -
HSV(B) 206.57º 0.64% 0.86% -
XYZ 28.45 31.33 72.26 -
YUV 141.75 172.16 83.96 -
System Red Green Blue C M Y K H S L
Decimal 80 158 220 0.64 0.28 0 0.14 206.57 0.67 0.59
Hex 50 9E DC 40 1C 0 E CF 43 3B
Octal 120 236 334 100 34 0 16 317 103 73
Binary 1010000 10011110 11011100 1000000 11100 0 1110 11001111 1000011 111011

Color Harmonies of #509EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509EDC

Black with #509EDC

Text Example


Text Example

White with #509EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509EDC; }

 p { color: rgb(80,158,220); }

 H1.HeaderClassName
 {
   color: #509EDC;
 }
 .AnyTagClassName
 {
   color: #509EDC;
 }
</style>

background-color css

<style>
 a { background-color: #509EDC; }

 a { background-color: rgb(80,158,220); }

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

border-color css

<style>
 span { border-color: #509EDC; }

 span { border-color: rgb(80,158,220); }

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