Html Css Color HEX #509FCC Picton Blue

📋 copy color: '#509FCC'

red 80 ◦ green 159 ◦ blue 204

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

Shades of Picton Blue #509FCC

Tints of Picton Blue #509FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.89%

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

R = 18.06%
G = 35.89%
B = 46.05%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#509FCC (or 0x509FCC) is known color: Picton Blue. HEX triplet: 50, 9F and CC. RGB value is (80,159,204). Sum of RGB (Red+Green+Blue) = 80+159+204=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #509FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509FCC is #AF6033. Grayscale: #8C8C8C. Windows color (decimal): -11493428 or 13410128. OLE color: 13410128.

HSL color Cylindrical-coordinate representation of color #509FCC: hue angle of 201.77º 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 #509FCC is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 159 204 -
CMYK 0.61 0.22 0 0.2
HSL 201.77º 0.55% 0.56% -
HSV(B) 201.77º 0.61% 0.8% -
XYZ 26.61 30.86 61.68 -
YUV 140.51 163.83 84.84 -
System Red Green Blue C M Y K H S L
Decimal 80 159 204 0.61 0.22 0 0.2 201.77 0.55 0.56
Hex 50 9F CC 3D 16 0 14 CA 37 38
Octal 120 237 314 75 26 0 24 312 67 70
Binary 1010000 10011111 11001100 111101 10110 0 10100 11001010 110111 111000

Color Harmonies of #509FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509FCC

Black with #509FCC

Text Example


Text Example

White with #509FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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