Html Css Color HEX #509DD7 Picton Blue

📋 copy color: '#509DD7'

red 80 ◦ green 157 ◦ blue 215

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

Shades of Picton Blue #509DD7

Tints of Picton Blue #509DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.57%

R = 17.7%
G = 34.73%
B = 47.57%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#509DD7 (or 0x509DD7) is known color: Picton Blue. HEX triplet: 50, 9D and D7. RGB value is (80,157,215). Sum of RGB (Red+Green+Blue) = 80+157+215=452 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.70% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 215 (84.38% from 255 or 47.57% from 452); Max value from RGB is 215 - color contains mainly: blue. Hex color #509DD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509DD7 is #AF6228. Grayscale: #8C8C8C. Windows color (decimal): -11493929 or 14130512. OLE color: 14130512.

HSL color Cylindrical-coordinate representation of color #509DD7: hue angle of 205.78º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #509DD7 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 157 215 -
CMYK 0.63 0.27 0 0.16
HSL 205.78º 0.63% 0.58% -
HSV(B) 205.78º 0.63% 0.84% -
XYZ 27.63 30.73 68.76 -
YUV 140.59 169.99 84.78 -
System Red Green Blue C M Y K H S L
Decimal 80 157 215 0.63 0.27 0 0.16 205.78 0.63 0.58
Hex 50 9D D7 3F 1B 0 10 CE 3F 3A
Octal 120 235 327 77 33 0 20 316 77 72
Binary 1010000 10011101 11010111 111111 11011 0 10000 11001110 111111 111010

Color Harmonies of #509DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509DD7

Black with #509DD7

Text Example


Text Example

White with #509DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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