Html Css Color HEX #509DC7 Picton Blue

📋 copy color: '#509DC7'

red 80 ◦ green 157 ◦ blue 199

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

Shades of Picton Blue #509DC7

Tints of Picton Blue #509DC7

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.01%

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

R = 18.35%
G = 36.01%
B = 45.64%

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

#509DC7 (or 0x509DC7) is known color: Picton Blue. HEX triplet: 50, 9D and C7. RGB value is (80,157,199). Sum of RGB (Red+Green+Blue) = 80+157+199=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 199 - color contains mainly: blue. Hex color #509DC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509DC7 is #AF6238. Grayscale: #8A8A8A. Windows color (decimal): -11493945 or 13081936. OLE color: 13081936.

HSL color Cylindrical-coordinate representation of color #509DC7: hue angle of 201.18º 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 #509DC7 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 157 199 -
CMYK 0.60 0.21 0 0.22
HSL 201.18º 0.52% 0.55% -
HSV(B) 201.18º 0.6% 0.78% -
XYZ 25.67 29.94 58.46 -
YUV 138.77 161.99 86.08 -
System Red Green Blue C M Y K H S L
Decimal 80 157 199 0.60 0.21 0 0.22 201.18 0.52 0.55
Hex 50 9D C7 3C 15 0 16 C9 34 37
Octal 120 235 307 74 25 0 26 311 64 67
Binary 1010000 10011101 11000111 111100 10101 0 10110 11001001 110100 110111

Color Harmonies of #509DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509DC7

Black with #509DC7

Text Example


Text Example

White with #509DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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