Html Css Color HEX #509CDB Picton Blue

📋 copy color: '#509CDB'

red 80 ◦ green 156 ◦ blue 219

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

Shades of Picton Blue #509CDB

Tints of Picton Blue #509CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.13%

R = 17.58%
G = 34.29%
B = 48.13%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#509CDB (or 0x509CDB) is known color: Picton Blue. HEX triplet: 50, 9C and DB. RGB value is (80,156,219). Sum of RGB (Red+Green+Blue) = 80+156+219=455 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.58% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #509CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509CDB is #AF6324. Grayscale: #8C8C8C. Windows color (decimal): -11494181 or 14392400. OLE color: 14392400.

HSL color Cylindrical-coordinate representation of color #509CDB: hue angle of 207.19º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #509CDB is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 156 219 -
CMYK 0.63 0.29 0 0.14
HSL 207.19º 0.66% 0.59% -
HSV(B) 207.19º 0.63% 0.86% -
XYZ 27.98 30.6 71.45 -
YUV 140.46 172.32 84.88 -
System Red Green Blue C M Y K H S L
Decimal 80 156 219 0.63 0.29 0 0.14 207.19 0.66 0.59
Hex 50 9C DB 3F 1D 0 E CF 42 3B
Octal 120 234 333 77 35 0 16 317 102 73
Binary 1010000 10011100 11011011 111111 11101 0 1110 11001111 1000010 111011

Color Harmonies of #509CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509CDB

Black with #509CDB

Text Example


Text Example

White with #509CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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