Html Css Color HEX #509DDA Picton Blue

📋 copy color: '#509DDA'

red 80 ◦ green 157 ◦ blue 218

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

Shades of Picton Blue #509DDA

Tints of Picton Blue #509DDA

RGB

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

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

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

R = 17.58%
G = 34.51%
B = 47.91%

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

#509DDA (or 0x509DDA) is known color: Picton Blue. HEX triplet: 50, 9D and DA. RGB value is (80,157,218). Sum of RGB (Red+Green+Blue) = 80+157+218=455 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.58% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #509DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509DDA is #AF6225. Grayscale: #8C8C8C. Windows color (decimal): -11493926 or 14327120. OLE color: 14327120.

HSL color Cylindrical-coordinate representation of color #509DDA: hue angle of 206.52º 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 #509DDA is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 157 218 -
CMYK 0.63 0.28 0 0.15
HSL 206.52º 0.65% 0.58% -
HSV(B) 206.52º 0.63% 0.85% -
XYZ 28.02 30.88 70.81 -
YUV 140.93 171.49 84.54 -
System Red Green Blue C M Y K H S L
Decimal 80 157 218 0.63 0.28 0 0.15 206.52 0.65 0.58
Hex 50 9D DA 3F 1C 0 F CF 41 3A
Octal 120 235 332 77 34 0 17 317 101 72
Binary 1010000 10011101 11011010 111111 11100 0 1111 11001111 1000001 111010

Color Harmonies of #509DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509DDA

Black with #509DDA

Text Example


Text Example

White with #509DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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