Html Css Color HEX #509DCD Picton Blue

📋 copy color: '#509DCD'

red 80 ◦ green 157 ◦ blue 205

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

Shades of Picton Blue #509DCD

Tints of Picton Blue #509DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.38%

R = 18.1%
G = 35.52%
B = 46.38%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#509DCD (or 0x509DCD) is known color: Picton Blue. HEX triplet: 50, 9D and CD. RGB value is (80,157,205). Sum of RGB (Red+Green+Blue) = 80+157+205=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #509DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509DCD is #AF6232. Grayscale: #8B8B8B. Windows color (decimal): -11493939 or 13475152. OLE color: 13475152.

HSL color Cylindrical-coordinate representation of color #509DCD: hue angle of 203.04º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #509DCD is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 157 205 -
CMYK 0.61 0.23 0 0.20
HSL 203.04º 0.56% 0.56% -
HSV(B) 203.04º 0.61% 0.8% -
XYZ 26.38 30.23 62.2 -
YUV 139.45 164.99 85.6 -
System Red Green Blue C M Y K H S L
Decimal 80 157 205 0.61 0.23 0 0.20 203.04 0.56 0.56
Hex 50 9D CD 3D 17 0 14 CB 38 38
Octal 120 235 315 75 27 0 24 313 70 70
Binary 1010000 10011101 11001101 111101 10111 0 10100 11001011 111000 111000

Color Harmonies of #509DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509DCD

Black with #509DCD

Text Example


Text Example

White with #509DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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