Html Css Color HEX #509CDC Picton Blue

📋 copy color: '#509CDC'

red 80 ◦ green 156 ◦ blue 220

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

Shades of Picton Blue #509CDC

Tints of Picton Blue #509CDC

RGB

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

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

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

R = 17.54%
G = 34.21%
B = 48.25%

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

#509CDC (or 0x509CDC) is known color: Picton Blue. HEX triplet: 50, 9C and DC. RGB value is (80,156,220). Sum of RGB (Red+Green+Blue) = 80+156+220=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #509CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509CDC is #AF6323. Grayscale: #8C8C8C. Windows color (decimal): -11494180 or 14457936. OLE color: 14457936.

HSL color Cylindrical-coordinate representation of color #509CDC: hue angle of 207.43º 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 #509CDC is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 156 220 -
CMYK 0.64 0.29 0 0.14
HSL 207.43º 0.67% 0.59% -
HSV(B) 207.43º 0.64% 0.86% -
XYZ 28.12 30.65 72.14 -
YUV 140.57 172.82 84.8 -
System Red Green Blue C M Y K H S L
Decimal 80 156 220 0.64 0.29 0 0.14 207.43 0.67 0.59
Hex 50 9C DC 40 1D 0 E CF 43 3B
Octal 120 234 334 100 35 0 16 317 103 73
Binary 1010000 10011100 11011100 1000000 11101 0 1110 11001111 1000011 111011

Color Harmonies of #509CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509CDC

Black with #509CDC

Text Example


Text Example

White with #509CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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