Html Css Color HEX #509ACC Picton Blue

📋 copy color: '#509ACC'

red 80 ◦ green 154 ◦ blue 204

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

Shades of Picton Blue #509ACC

Tints of Picton Blue #509ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.58%

R = 18.26%
G = 35.16%
B = 46.58%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#509ACC (or 0x509ACC) is known color: Picton Blue. HEX triplet: 50, 9A and CC. RGB value is (80,154,204). Sum of RGB (Red+Green+Blue) = 80+154+204=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #509ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509ACC is #AF6533. Grayscale: #898989. Windows color (decimal): -11494708 or 13408848. OLE color: 13408848.

HSL color Cylindrical-coordinate representation of color #509ACC: hue angle of 204.19º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #509ACC is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 154 204 -
CMYK 0.61 0.25 0 0.2
HSL 204.19º 0.55% 0.56% -
HSV(B) 204.19º 0.61% 0.8% -
XYZ 25.76 29.18 61.4 -
YUV 137.57 165.48 86.93 -
System Red Green Blue C M Y K H S L
Decimal 80 154 204 0.61 0.25 0 0.2 204.19 0.55 0.56
Hex 50 9A CC 3D 19 0 14 CC 37 38
Octal 120 232 314 75 31 0 24 314 67 70
Binary 1010000 10011010 11001100 111101 11001 0 10100 11001100 110111 111000

Color Harmonies of #509ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509ACC

Black with #509ACC

Text Example


Text Example

White with #509ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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