Html Css Color HEX #509DC3 Picton Blue

📋 copy color: '#509DC3'

red 80 ◦ green 157 ◦ blue 195

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

Shades of Picton Blue #509DC3

Tints of Picton Blue #509DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 45.14%

R = 18.52%
G = 36.34%
B = 45.14%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#509DC3 (or 0x509DC3) is known color: Picton Blue. HEX triplet: 50, 9D and C3. RGB value is (80,157,195). Sum of RGB (Red+Green+Blue) = 80+157+195=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 195 (76.56% from 255 or 45.14% from 432); Max value from RGB is 195 - color contains mainly: blue. Hex color #509DC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509DC3 is #AF623C. Grayscale: #8A8A8A. Windows color (decimal): -11493949 or 12819792. OLE color: 12819792.

HSL color Cylindrical-coordinate representation of color #509DC3: hue angle of 199.83º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #509DC3 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 157 195 -
CMYK 0.59 0.19 0 0.24
HSL 199.83º 0.49% 0.54% -
HSV(B) 199.83º 0.59% 0.76% -
XYZ 25.22 29.76 56.04 -
YUV 138.31 159.99 86.41 -
System Red Green Blue C M Y K H S L
Decimal 80 157 195 0.59 0.19 0 0.24 199.83 0.49 0.54
Hex 50 9D C3 3B 13 0 18 C8 31 36
Octal 120 235 303 73 23 0 30 310 61 66
Binary 1010000 10011101 11000011 111011 10011 0 11000 11001000 110001 110110

Color Harmonies of #509DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509DC3

Black with #509DC3

Text Example


Text Example

White with #509DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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