Html Css Color HEX #509CDA Picton Blue

📋 copy color: '#509CDA'

red 80 ◦ green 156 ◦ blue 218

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

Shades of Picton Blue #509CDA

Tints of Picton Blue #509CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.36%

 BLUE value IS 218 (85.55% from 255) = 48.02%

R = 17.62%
G = 34.36%
B = 48.02%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#509CDA (or 0x509CDA) is known color: Picton Blue. HEX triplet: 50, 9C and DA. RGB value is (80,156,218). Sum of RGB (Red+Green+Blue) = 80+156+218=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #509CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509CDA is #AF6325. Grayscale: #8C8C8C. Windows color (decimal): -11494182 or 14326864. OLE color: 14326864.

HSL color Cylindrical-coordinate representation of color #509CDA: hue angle of 206.96º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #509CDA is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 156 218 -
CMYK 0.63 0.28 0 0.15
HSL 206.96º 0.65% 0.58% -
HSV(B) 206.96º 0.63% 0.85% -
XYZ 27.85 30.54 70.76 -
YUV 140.34 171.82 84.96 -
System Red Green Blue C M Y K H S L
Decimal 80 156 218 0.63 0.28 0 0.15 206.96 0.65 0.58
Hex 50 9C DA 3F 1C 0 F CF 41 3A
Octal 120 234 332 77 34 0 17 317 101 72
Binary 1010000 10011100 11011010 111111 11100 0 1111 11001111 1000001 111010

Color Harmonies of #509CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509CDA

Black with #509CDA

Text Example


Text Example

White with #509CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,156,218); }

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

background-color css

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

 a { background-color: rgb(80,156,218); }

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

border-color css

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

 span { border-color: rgb(80,156,218); }

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