Html Css Color HEX #509ADC Picton Blue

📋 copy color: '#509ADC'

red 80 ◦ green 154 ◦ blue 220

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

Shades of Picton Blue #509ADC

Tints of Picton Blue #509ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.92%

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

R = 17.62%
G = 33.92%
B = 48.46%

CMYK

 C value IS 0.64

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#509ADC (or 0x509ADC) is known color: Picton Blue. HEX triplet: 50, 9A and DC. RGB value is (80,154,220). Sum of RGB (Red+Green+Blue) = 80+154+220=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #509ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509ADC is #AF6523. Grayscale: #8B8B8B. Windows color (decimal): -11494692 or 14457424. OLE color: 14457424.

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

Color convert

RGB 80 154 220 -
CMYK 0.64 0.3 0 0.14
HSL 208.29º 0.67% 0.59% -
HSV(B) 208.29º 0.64% 0.86% -
XYZ 27.78 29.98 72.03 -
YUV 139.4 173.48 85.63 -
System Red Green Blue C M Y K H S L
Decimal 80 154 220 0.64 0.3 0 0.14 208.29 0.67 0.59
Hex 50 9A DC 40 1E 0 E D0 43 3B
Octal 120 232 334 100 36 0 16 320 103 73
Binary 1010000 10011010 11011100 1000000 11110 0 1110 11010000 1000011 111011

Color Harmonies of #509ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509ADC

Black with #509ADC

Text Example


Text Example

White with #509ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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