Html Css Color HEX #509FCD Picton Blue

📋 copy color: '#509FCD'

red 80 ◦ green 159 ◦ blue 205

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

Shades of Picton Blue #509FCD

Tints of Picton Blue #509FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.81%

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

R = 18.02%
G = 35.81%
B = 46.17%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#509FCD (or 0x509FCD) is known color: Picton Blue. HEX triplet: 50, 9F and CD. RGB value is (80,159,205). Sum of RGB (Red+Green+Blue) = 80+159+205=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #509FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509FCD is #AF6032. Grayscale: #8C8C8C. Windows color (decimal): -11493427 or 13475664. OLE color: 13475664.

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

Color convert

RGB 80 159 205 -
CMYK 0.61 0.22 0 0.20
HSL 202.08º 0.56% 0.56% -
HSV(B) 202.08º 0.61% 0.8% -
XYZ 26.73 30.91 62.32 -
YUV 140.62 164.33 84.76 -
System Red Green Blue C M Y K H S L
Decimal 80 159 205 0.61 0.22 0 0.20 202.08 0.56 0.56
Hex 50 9F CD 3D 16 0 14 CA 38 38
Octal 120 237 315 75 26 0 24 312 70 70
Binary 1010000 10011111 11001101 111101 10110 0 10100 11001010 111000 111000

Color Harmonies of #509FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509FCD

Black with #509FCD

Text Example


Text Example

White with #509FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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