Html Css Color HEX #509DE6 Picton Blue

📋 copy color: '#509DE6'

red 80 ◦ green 157 ◦ blue 230

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

Shades of Picton Blue #509DE6

Tints of Picton Blue #509DE6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.62%

 BLUE value IS 230 (90.23% from 255) = 49.25%

R = 17.13%
G = 33.62%
B = 49.25%

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

#509DE6 (or 0x509DE6) is known color: Picton Blue. HEX triplet: 50, 9D and E6. RGB value is (80,157,230). Sum of RGB (Red+Green+Blue) = 80+157+230=467 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.13% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 230 (90.23% from 255 or 49.25% from 467); Max value from RGB is 230 - color contains mainly: blue. Hex color #509DE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509DE6 is #AF6219. Grayscale: #8D8D8D. Windows color (decimal): -11493914 or 15113552. OLE color: 15113552.

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

Color convert

RGB 80 157 230 -
CMYK 0.65 0.32 0 0.10
HSL 209.2º 0.75% 0.61% -
HSV(B) 209.2º 0.65% 0.9% -
XYZ 29.65 31.53 79.39 -
YUV 142.3 177.49 83.56 -
System Red Green Blue C M Y K H S L
Decimal 80 157 230 0.65 0.32 0 0.10 209.2 0.75 0.61
Hex 50 9D E6 41 20 0 A D1 4B 3D
Octal 120 235 346 101 40 0 12 321 113 75
Binary 1010000 10011101 11100110 1000001 100000 0 1010 11010001 1001011 111101

Color Harmonies of #509DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509DE6

Black with #509DE6

Text Example


Text Example

White with #509DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,157,230); }

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

background-color css

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

 a { background-color: rgb(80,157,230); }

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

border-color css

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

 span { border-color: rgb(80,157,230); }

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