Html Css Color HEX #509DCC Picton Blue

📋 copy color: '#509DCC'

red 80 ◦ green 157 ◦ blue 204

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

Shades of Picton Blue #509DCC

Tints of Picton Blue #509DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.6%

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

R = 18.14%
G = 35.6%
B = 46.26%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#509DCC (or 0x509DCC) is known color: Picton Blue. HEX triplet: 50, 9D and CC. RGB value is (80,157,204). Sum of RGB (Red+Green+Blue) = 80+157+204=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #509DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509DCC is #AF6233. Grayscale: #8B8B8B. Windows color (decimal): -11493940 or 13409616. OLE color: 13409616.

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

Color convert

RGB 80 157 204 -
CMYK 0.61 0.23 0 0.2
HSL 202.74º 0.55% 0.56% -
HSV(B) 202.74º 0.61% 0.8% -
XYZ 26.26 30.18 61.57 -
YUV 139.34 164.49 85.68 -
System Red Green Blue C M Y K H S L
Decimal 80 157 204 0.61 0.23 0 0.2 202.74 0.55 0.56
Hex 50 9D CC 3D 17 0 14 CB 37 38
Octal 120 235 314 75 27 0 24 313 67 70
Binary 1010000 10011101 11001100 111101 10111 0 10100 11001011 110111 111000

Color Harmonies of #509DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509DCC

Black with #509DCC

Text Example


Text Example

White with #509DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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