Html Css Color HEX #509AC8 Picton Blue

📋 copy color: '#509AC8'

red 80 ◦ green 154 ◦ blue 200

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

Shades of Picton Blue #509AC8

Tints of Picton Blue #509AC8

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.48%

 BLUE value IS 200 (78.52% from 255) = 46.08%

R = 18.43%
G = 35.48%
B = 46.08%

CMYK

 C value IS 0.6

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#509AC8 (or 0x509AC8) is known color: Picton Blue. HEX triplet: 50, 9A and C8. RGB value is (80,154,200). Sum of RGB (Red+Green+Blue) = 80+154+200=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 200 (78.52% from 255 or 46.08% from 434); Max value from RGB is 200 - color contains mainly: blue. Hex color #509AC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509AC8 is #AF6537. Grayscale: #888888. Windows color (decimal): -11494712 or 13146704. OLE color: 13146704.

HSL color Cylindrical-coordinate representation of color #509AC8: hue angle of 203º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #509AC8 is Cyan = 0.6, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 154 200 -
CMYK 0.6 0.23 0 0.22
HSL 203º 0.52% 0.55% -
HSV(B) 203º 0.6% 0.78% -
XYZ 25.29 28.99 58.91 -
YUV 137.12 163.48 87.26 -
System Red Green Blue C M Y K H S L
Decimal 80 154 200 0.6 0.23 0 0.22 203 0.52 0.55
Hex 50 9A C8 3C 17 0 16 CB 34 37
Octal 120 232 310 74 27 0 26 313 64 67
Binary 1010000 10011010 11001000 111100 10111 0 10110 11001011 110100 110111

Color Harmonies of #509AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509AC8

Black with #509AC8

Text Example


Text Example

White with #509AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,154,200); }

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

background-color css

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

 a { background-color: rgb(80,154,200); }

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

border-color css

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

 span { border-color: rgb(80,154,200); }

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