Html Css Color HEX #509CCC Picton Blue

📋 copy color: '#509CCC'

red 80 ◦ green 156 ◦ blue 204

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

Shades of Picton Blue #509CCC

Tints of Picton Blue #509CCC

RGB

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

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

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

R = 18.18%
G = 35.45%
B = 46.36%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#509CCC (or 0x509CCC) is known color: Picton Blue. HEX triplet: 50, 9C and CC. RGB value is (80,156,204). Sum of RGB (Red+Green+Blue) = 80+156+204=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #509CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509CCC is #AF6333. Grayscale: #8A8A8A. Windows color (decimal): -11494196 or 13409360. OLE color: 13409360.

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

Color convert

RGB 80 156 204 -
CMYK 0.61 0.24 0 0.2
HSL 203.23º 0.55% 0.56% -
HSV(B) 203.23º 0.61% 0.8% -
XYZ 26.1 29.84 61.51 -
YUV 138.75 164.82 86.1 -
System Red Green Blue C M Y K H S L
Decimal 80 156 204 0.61 0.24 0 0.2 203.23 0.55 0.56
Hex 50 9C CC 3D 18 0 14 CB 37 38
Octal 120 234 314 75 30 0 24 313 67 70
Binary 1010000 10011100 11001100 111101 11000 0 10100 11001011 110111 111000

Color Harmonies of #509CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509CCC

Black with #509CCC

Text Example


Text Example

White with #509CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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