Html Css Color HEX #509BCD Picton Blue

📋 copy color: '#509BCD'

red 80 ◦ green 155 ◦ blue 205

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

Shades of Picton Blue #509BCD

Tints of Picton Blue #509BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.23%

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

R = 18.18%
G = 35.23%
B = 46.59%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#509BCD (or 0x509BCD) is known color: Picton Blue. HEX triplet: 50, 9B and CD. RGB value is (80,155,205). Sum of RGB (Red+Green+Blue) = 80+155+205=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #509BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509BCD is #AF6432. Grayscale: #8A8A8A. Windows color (decimal): -11494451 or 13474640. OLE color: 13474640.

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

Color convert

RGB 80 155 205 -
CMYK 0.61 0.24 0 0.20
HSL 204º 0.56% 0.56% -
HSV(B) 204º 0.61% 0.8% -
XYZ 26.05 29.56 62.09 -
YUV 138.28 165.65 86.43 -
System Red Green Blue C M Y K H S L
Decimal 80 155 205 0.61 0.24 0 0.20 204 0.56 0.56
Hex 50 9B CD 3D 18 0 14 CC 38 38
Octal 120 233 315 75 30 0 24 314 70 70
Binary 1010000 10011011 11001101 111101 11000 0 10100 11001100 111000 111000

Color Harmonies of #509BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509BCD

Black with #509BCD

Text Example


Text Example

White with #509BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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