Html Css Color HEX #509BDC Picton Blue

📋 copy color: '#509BDC'

red 80 ◦ green 155 ◦ blue 220

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

Shades of Picton Blue #509BDC

Tints of Picton Blue #509BDC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.07%

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

R = 17.58%
G = 34.07%
B = 48.35%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#509BDC (or 0x509BDC) is known color: Picton Blue. HEX triplet: 50, 9B and DC. RGB value is (80,155,220). Sum of RGB (Red+Green+Blue) = 80+155+220=455 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.58% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #509BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509BDC is #AF6423. Grayscale: #8B8B8B. Windows color (decimal): -11494436 or 14457680. OLE color: 14457680.

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

Color convert

RGB 80 155 220 -
CMYK 0.64 0.30 0 0.14
HSL 207.86º 0.67% 0.59% -
HSV(B) 207.86º 0.64% 0.86% -
XYZ 27.95 30.32 72.09 -
YUV 139.99 173.15 85.21 -
System Red Green Blue C M Y K H S L
Decimal 80 155 220 0.64 0.30 0 0.14 207.86 0.67 0.59
Hex 50 9B DC 40 1E 0 E D0 43 3B
Octal 120 233 334 100 36 0 16 320 103 73
Binary 1010000 10011011 11011100 1000000 11110 0 1110 11010000 1000011 111011

Color Harmonies of #509BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509BDC

Black with #509BDC

Text Example


Text Example

White with #509BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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