Html Css Color HEX #509EE1 Picton Blue

📋 copy color: '#509EE1'

red 80 ◦ green 158 ◦ blue 225

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

Shades of Picton Blue #509EE1

Tints of Picton Blue #509EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.6%

R = 17.28%
G = 34.13%
B = 48.6%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#509EE1 (or 0x509EE1) is known color: Picton Blue. HEX triplet: 50, 9E and E1. RGB value is (80,158,225). Sum of RGB (Red+Green+Blue) = 80+158+225=463 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.28% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #509EE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509EE1 is #AF611E. Grayscale: #8D8D8D. Windows color (decimal): -11493663 or 14786128. OLE color: 14786128.

HSL color Cylindrical-coordinate representation of color #509EE1: hue angle of 207.72º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #509EE1 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 158 225 -
CMYK 0.64 0.30 0 0.12
HSL 207.72º 0.71% 0.6% -
HSV(B) 207.72º 0.64% 0.88% -
XYZ 29.13 31.6 75.8 -
YUV 142.32 174.66 83.55 -
System Red Green Blue C M Y K H S L
Decimal 80 158 225 0.64 0.30 0 0.12 207.72 0.71 0.6
Hex 50 9E E1 40 1E 0 C D0 47 3C
Octal 120 236 341 100 36 0 14 320 107 74
Binary 1010000 10011110 11100001 1000000 11110 0 1100 11010000 1000111 111100

Color Harmonies of #509EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509EE1

Black with #509EE1

Text Example


Text Example

White with #509EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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