Html Css Color HEX #509FE0 Picton Blue

📋 copy color: '#509FE0'

red 80 ◦ green 159 ◦ blue 224

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

Shades of Picton Blue #509FE0

Tints of Picton Blue #509FE0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.34%

 BLUE value IS 224 (87.89% from 255) = 48.38%

R = 17.28%
G = 34.34%
B = 48.38%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#509FE0 (or 0x509FE0) is known color: Picton Blue. HEX triplet: 50, 9F and E0. RGB value is (80,159,224). Sum of RGB (Red+Green+Blue) = 80+159+224=463 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.28% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #509FE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509FE0 is #AF601F. Grayscale: #8E8E8E. Windows color (decimal): -11493408 or 14720848. OLE color: 14720848.

HSL color Cylindrical-coordinate representation of color #509FE0: hue angle of 207.08º degrees, saturation: 0.7, 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 #509FE0 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 159 224 -
CMYK 0.64 0.29 0 0.12
HSL 207.08º 0.7% 0.6% -
HSV(B) 207.08º 0.64% 0.88% -
XYZ 29.16 31.88 75.14 -
YUV 142.79 173.83 83.21 -
System Red Green Blue C M Y K H S L
Decimal 80 159 224 0.64 0.29 0 0.12 207.08 0.7 0.6
Hex 50 9F E0 40 1D 0 C CF 46 3C
Octal 120 237 340 100 35 0 14 317 106 74
Binary 1010000 10011111 11100000 1000000 11101 0 1100 11001111 1000110 111100

Color Harmonies of #509FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509FE0

Black with #509FE0

Text Example


Text Example

White with #509FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,159,224); }

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

background-color css

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

 a { background-color: rgb(80,159,224); }

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

border-color css

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

 span { border-color: rgb(80,159,224); }

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