Html Css Color HEX #509DDC Picton Blue

📋 copy color: '#509DDC'

red 80 ◦ green 157 ◦ blue 220

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

Shades of Picton Blue #509DDC

Tints of Picton Blue #509DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 17.51%
G = 34.35%
B = 48.14%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#509DDC (or 0x509DDC) is known color: Picton Blue. HEX triplet: 50, 9D and DC. RGB value is (80,157,220). Sum of RGB (Red+Green+Blue) = 80+157+220=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #509DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509DDC is #AF6223. Grayscale: #8C8C8C. Windows color (decimal): -11493924 or 14458192. OLE color: 14458192.

HSL color Cylindrical-coordinate representation of color #509DDC: hue angle of 207º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #509DDC is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 157 220 -
CMYK 0.64 0.29 0 0.14
HSL 207º 0.67% 0.59% -
HSV(B) 207º 0.64% 0.86% -
XYZ 28.28 30.99 72.2 -
YUV 141.16 172.49 84.38 -
System Red Green Blue C M Y K H S L
Decimal 80 157 220 0.64 0.29 0 0.14 207 0.67 0.59
Hex 50 9D DC 40 1D 0 E CF 43 3B
Octal 120 235 334 100 35 0 16 317 103 73
Binary 1010000 10011101 11011100 1000000 11101 0 1110 11001111 1000011 111011

Color Harmonies of #509DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509DDC

Black with #509DDC

Text Example


Text Example

White with #509DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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