Html Css Color HEX #509EC8 Picton Blue

📋 copy color: '#509EC8'

red 80 ◦ green 158 ◦ blue 200

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

Shades of Picton Blue #509EC8

Tints of Picton Blue #509EC8

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.07%

 BLUE value IS 200 (78.52% from 255) = 45.66%

R = 18.26%
G = 36.07%
B = 45.66%

CMYK

 C value IS 0.6

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#509EC8 (or 0x509EC8) is known color: Picton Blue. HEX triplet: 50, 9E and C8. RGB value is (80,158,200). Sum of RGB (Red+Green+Blue) = 80+158+200=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 200 (78.52% from 255 or 45.66% from 438); Max value from RGB is 200 - color contains mainly: blue. Hex color #509EC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509EC8 is #AF6137. Grayscale: #8B8B8B. Windows color (decimal): -11493688 or 13147728. OLE color: 13147728.

HSL color Cylindrical-coordinate representation of color #509EC8: hue angle of 201º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #509EC8 is Cyan = 0.6, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 158 200 -
CMYK 0.6 0.21 0 0.22
HSL 201º 0.52% 0.55% -
HSV(B) 201º 0.6% 0.78% -
XYZ 25.96 30.33 59.13 -
YUV 139.47 162.16 85.58 -
System Red Green Blue C M Y K H S L
Decimal 80 158 200 0.6 0.21 0 0.22 201 0.52 0.55
Hex 50 9E C8 3C 15 0 16 C9 34 37
Octal 120 236 310 74 25 0 26 311 64 67
Binary 1010000 10011110 11001000 111100 10101 0 10110 11001001 110100 110111

Color Harmonies of #509EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509EC8

Black with #509EC8

Text Example


Text Example

White with #509EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,158,200); }

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

background-color css

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

 a { background-color: rgb(80,158,200); }

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

border-color css

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

 span { border-color: rgb(80,158,200); }

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