Html Css Color HEX #509BE5 Picton Blue

📋 copy color: '#509BE5'

red 80 ◦ green 155 ◦ blue 229

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

Shades of Picton Blue #509BE5

Tints of Picton Blue #509BE5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.41%

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

R = 17.24%
G = 33.41%
B = 49.35%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#509BE5 (or 0x509BE5) is known color: Picton Blue. HEX triplet: 50, 9B and E5. RGB value is (80,155,229). Sum of RGB (Red+Green+Blue) = 80+155+229=464 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.24% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 229 - color contains mainly: blue. Hex color #509BE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509BE5 is #AF641A. Grayscale: #8C8C8C. Windows color (decimal): -11494427 or 15047504. OLE color: 15047504.

HSL color Cylindrical-coordinate representation of color #509BE5: hue angle of 209.8º 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 #509BE5 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 155 229 -
CMYK 0.65 0.32 0 0.10
HSL 209.8º 0.74% 0.61% -
HSV(B) 209.8º 0.65% 0.9% -
XYZ 29.17 30.81 78.54 -
YUV 141.01 177.65 84.48 -
System Red Green Blue C M Y K H S L
Decimal 80 155 229 0.65 0.32 0 0.10 209.8 0.74 0.61
Hex 50 9B E5 41 20 0 A D2 4A 3D
Octal 120 233 345 101 40 0 12 322 112 75
Binary 1010000 10011011 11100101 1000001 100000 0 1010 11010010 1001010 111101

Color Harmonies of #509BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509BE5

Black with #509BE5

Text Example


Text Example

White with #509BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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