Html Css Color HEX #509AE2 Picton Blue

📋 copy color: '#509AE2'

red 80 ◦ green 154 ◦ blue 226

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

Shades of Picton Blue #509AE2

Tints of Picton Blue #509AE2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.48%

 BLUE value IS 226 (88.67% from 255) = 49.13%

R = 17.39%
G = 33.48%
B = 49.13%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#509AE2 (or 0x509AE2) is known color: Picton Blue. HEX triplet: 50, 9A and E2. RGB value is (80,154,226). Sum of RGB (Red+Green+Blue) = 80+154+226=460 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.39% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 226 (88.67% from 255 or 49.13% from 460); Max value from RGB is 226 - color contains mainly: blue. Hex color #509AE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509AE2 is #AF651D. Grayscale: #8B8B8B. Windows color (decimal): -11494686 or 14850640. OLE color: 14850640.

HSL color Cylindrical-coordinate representation of color #509AE2: hue angle of 209.59º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #509AE2 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 154 226 -
CMYK 0.65 0.32 0 0.11
HSL 209.59º 0.72% 0.6% -
HSV(B) 209.59º 0.65% 0.89% -
XYZ 28.59 30.31 76.29 -
YUV 140.08 176.48 85.15 -
System Red Green Blue C M Y K H S L
Decimal 80 154 226 0.65 0.32 0 0.11 209.59 0.72 0.6
Hex 50 9A E2 41 20 0 B D2 48 3C
Octal 120 232 342 101 40 0 13 322 110 74
Binary 1010000 10011010 11100010 1000001 100000 0 1011 11010010 1001000 111100

Color Harmonies of #509AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509AE2

Black with #509AE2

Text Example


Text Example

White with #509AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,154,226); }

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

background-color css

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

 a { background-color: rgb(80,154,226); }

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

border-color css

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

 span { border-color: rgb(80,154,226); }

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