Html Css Color HEX #509ED7 Picton Blue

📋 copy color: '#509ED7'

red 80 ◦ green 158 ◦ blue 215

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

Shades of Picton Blue #509ED7

Tints of Picton Blue #509ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.46%

R = 17.66%
G = 34.88%
B = 47.46%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#509ED7 (or 0x509ED7) is known color: Picton Blue. HEX triplet: 50, 9E and D7. RGB value is (80,158,215). Sum of RGB (Red+Green+Blue) = 80+158+215=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 215 (84.38% from 255 or 47.46% from 453); Max value from RGB is 215 - color contains mainly: blue. Hex color #509ED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509ED7 is #AF6128. Grayscale: #8C8C8C. Windows color (decimal): -11493673 or 14130768. OLE color: 14130768.

HSL color Cylindrical-coordinate representation of color #509ED7: hue angle of 205.33º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #509ED7 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 158 215 -
CMYK 0.63 0.27 0 0.16
HSL 205.33º 0.63% 0.58% -
HSV(B) 205.33º 0.63% 0.84% -
XYZ 27.8 31.07 68.82 -
YUV 141.18 169.66 84.37 -
System Red Green Blue C M Y K H S L
Decimal 80 158 215 0.63 0.27 0 0.16 205.33 0.63 0.58
Hex 50 9E D7 3F 1B 0 10 CD 3F 3A
Octal 120 236 327 77 33 0 20 315 77 72
Binary 1010000 10011110 11010111 111111 11011 0 10000 11001101 111111 111010

Color Harmonies of #509ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509ED7

Black with #509ED7

Text Example


Text Example

White with #509ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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