Html Css Color HEX #509EE5 Picton Blue

📋 copy color: '#509EE5'

red 80 ◦ green 158 ◦ blue 229

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

Shades of Picton Blue #509EE5

Tints of Picton Blue #509EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 49.04%

R = 17.13%
G = 33.83%
B = 49.04%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#509EE5 (or 0x509EE5) is known color: Picton Blue. HEX triplet: 50, 9E and E5. RGB value is (80,158,229). Sum of RGB (Red+Green+Blue) = 80+158+229=467 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.13% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #509EE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509EE5 is #AF611A. Grayscale: #8E8E8E. Windows color (decimal): -11493659 or 15048272. OLE color: 15048272.

HSL color Cylindrical-coordinate representation of color #509EE5: hue angle of 208.59º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #509EE5 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 158 229 -
CMYK 0.65 0.31 0 0.10
HSL 208.59º 0.74% 0.61% -
HSV(B) 208.59º 0.65% 0.9% -
XYZ 29.68 31.82 78.71 -
YUV 142.77 176.66 83.23 -
System Red Green Blue C M Y K H S L
Decimal 80 158 229 0.65 0.31 0 0.10 208.59 0.74 0.61
Hex 50 9E E5 41 1F 0 A D1 4A 3D
Octal 120 236 345 101 37 0 12 321 112 75
Binary 1010000 10011110 11100101 1000001 11111 0 1010 11010001 1001010 111101

Color Harmonies of #509EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509EE5

Black with #509EE5

Text Example


Text Example

White with #509EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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