Html Css Color HEX #509CD8 Picton Blue

📋 copy color: '#509CD8'

red 80 ◦ green 156 ◦ blue 216

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

Shades of Picton Blue #509CD8

Tints of Picton Blue #509CD8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.51%

 BLUE value IS 216 (84.77% from 255) = 47.79%

R = 17.7%
G = 34.51%
B = 47.79%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#509CD8 (or 0x509CD8) is known color: Picton Blue. HEX triplet: 50, 9C and D8. RGB value is (80,156,216). Sum of RGB (Red+Green+Blue) = 80+156+216=452 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.70% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 216 - color contains mainly: blue. Hex color #509CD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509CD8 is #AF6327. Grayscale: #8B8B8B. Windows color (decimal): -11494184 or 14195792. OLE color: 14195792.

HSL color Cylindrical-coordinate representation of color #509CD8: hue angle of 206.47º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #509CD8 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 156 216 -
CMYK 0.63 0.28 0 0.15
HSL 206.47º 0.64% 0.58% -
HSV(B) 206.47º 0.63% 0.85% -
XYZ 27.59 30.44 69.39 -
YUV 140.12 170.82 85.12 -
System Red Green Blue C M Y K H S L
Decimal 80 156 216 0.63 0.28 0 0.15 206.47 0.64 0.58
Hex 50 9C D8 3F 1C 0 F CE 40 3A
Octal 120 234 330 77 34 0 17 316 100 72
Binary 1010000 10011100 11011000 111111 11100 0 1111 11001110 1000000 111010

Color Harmonies of #509CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509CD8

Black with #509CD8

Text Example


Text Example

White with #509CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,156,216); }

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

background-color css

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

 a { background-color: rgb(80,156,216); }

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

border-color css

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

 span { border-color: rgb(80,156,216); }

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