Html Css Color HEX #509FE1 Picton Blue

📋 copy color: '#509FE1'

red 80 ◦ green 159 ◦ blue 225

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

Shades of Picton Blue #509FE1

Tints of Picton Blue #509FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.49%

R = 17.24%
G = 34.27%
B = 48.49%

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

#509FE1 (or 0x509FE1) is known color: Picton Blue. HEX triplet: 50, 9F and E1. RGB value is (80,159,225). Sum of RGB (Red+Green+Blue) = 80+159+225=464 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.24% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #509FE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509FE1 is #AF601E. Grayscale: #8E8E8E. Windows color (decimal): -11493407 or 14786384. OLE color: 14786384.

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

Color convert

RGB 80 159 225 -
CMYK 0.64 0.29 0 0.12
HSL 207.31º 0.71% 0.6% -
HSV(B) 207.31º 0.64% 0.88% -
XYZ 29.3 31.94 75.85 -
YUV 142.9 174.33 83.13 -
System Red Green Blue C M Y K H S L
Decimal 80 159 225 0.64 0.29 0 0.12 207.31 0.71 0.6
Hex 50 9F E1 40 1D 0 C CF 47 3C
Octal 120 237 341 100 35 0 14 317 107 74
Binary 1010000 10011111 11100001 1000000 11101 0 1100 11001111 1000111 111100

Color Harmonies of #509FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509FE1

Black with #509FE1

Text Example


Text Example

White with #509FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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