Html Css Color HEX #509EC7 Picton Blue

📋 copy color: '#509EC7'

red 80 ◦ green 158 ◦ blue 199

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

Shades of Picton Blue #509EC7

Tints of Picton Blue #509EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.54%

R = 18.31%
G = 36.16%
B = 45.54%

CMYK

 C value IS 0.60

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#509EC7 (or 0x509EC7) is known color: Picton Blue. HEX triplet: 50, 9E and C7. RGB value is (80,158,199). Sum of RGB (Red+Green+Blue) = 80+158+199=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 199 (78.12% from 255 or 45.54% from 437); Max value from RGB is 199 - color contains mainly: blue. Hex color #509EC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509EC7 is #AF6138. Grayscale: #8B8B8B. Windows color (decimal): -11493689 or 13082192. OLE color: 13082192.

HSL color Cylindrical-coordinate representation of color #509EC7: hue angle of 200.67º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #509EC7 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 158 199 -
CMYK 0.60 0.21 0 0.22
HSL 200.67º 0.52% 0.55% -
HSV(B) 200.67º 0.6% 0.78% -
XYZ 25.84 30.28 58.52 -
YUV 139.35 161.66 85.67 -
System Red Green Blue C M Y K H S L
Decimal 80 158 199 0.60 0.21 0 0.22 200.67 0.52 0.55
Hex 50 9E C7 3C 15 0 16 C9 34 37
Octal 120 236 307 74 25 0 26 311 64 67
Binary 1010000 10011110 11000111 111100 10101 0 10110 11001001 110100 110111

Color Harmonies of #509EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509EC7

Black with #509EC7

Text Example


Text Example

White with #509EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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