Html Css Color HEX #509EE4 Picton Blue

📋 copy color: '#509EE4'

red 80 ◦ green 158 ◦ blue 228

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

Shades of Picton Blue #509EE4

Tints of Picton Blue #509EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.93%

R = 17.17%
G = 33.91%
B = 48.93%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#509EE4 (or 0x509EE4) is known color: Picton Blue. HEX triplet: 50, 9E and E4. RGB value is (80,158,228). Sum of RGB (Red+Green+Blue) = 80+158+228=466 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.17% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 228 (89.45% from 255 or 48.93% from 466); Max value from RGB is 228 - color contains mainly: blue. Hex color #509EE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509EE4 is #AF611B. Grayscale: #8E8E8E. Windows color (decimal): -11493660 or 14982736. OLE color: 14982736.

HSL color Cylindrical-coordinate representation of color #509EE4: hue angle of 208.38º degrees, saturation: 0.73, 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 #509EE4 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 158 228 -
CMYK 0.65 0.31 0 0.11
HSL 208.38º 0.73% 0.6% -
HSV(B) 208.38º 0.65% 0.89% -
XYZ 29.54 31.76 77.97 -
YUV 142.66 176.16 83.31 -
System Red Green Blue C M Y K H S L
Decimal 80 158 228 0.65 0.31 0 0.11 208.38 0.73 0.6
Hex 50 9E E4 41 1F 0 B D0 49 3C
Octal 120 236 344 101 37 0 13 320 111 74
Binary 1010000 10011110 11100100 1000001 11111 0 1011 11010000 1001001 111100

Color Harmonies of #509EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509EE4

Black with #509EE4

Text Example


Text Example

White with #509EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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