Html Css Color HEX #509CDF Picton Blue

📋 copy color: '#509CDF'

red 80 ◦ green 156 ◦ blue 223

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

Shades of Picton Blue #509CDF

Tints of Picton Blue #509CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.58%

R = 17.43%
G = 33.99%
B = 48.58%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#509CDF (or 0x509CDF) is known color: Picton Blue. HEX triplet: 50, 9C and DF. RGB value is (80,156,223). Sum of RGB (Red+Green+Blue) = 80+156+223=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #509CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509CDF is #AF6320. Grayscale: #8C8C8C. Windows color (decimal): -11494177 or 14654544. OLE color: 14654544.

HSL color Cylindrical-coordinate representation of color #509CDF: hue angle of 208.11º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #509CDF is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 156 223 -
CMYK 0.64 0.30 0 0.13
HSL 208.11º 0.69% 0.59% -
HSV(B) 208.11º 0.64% 0.87% -
XYZ 28.52 30.81 74.26 -
YUV 140.91 174.32 84.55 -
System Red Green Blue C M Y K H S L
Decimal 80 156 223 0.64 0.30 0 0.13 208.11 0.69 0.59
Hex 50 9C DF 40 1E 0 D D0 45 3B
Octal 120 234 337 100 36 0 15 320 105 73
Binary 1010000 10011100 11011111 1000000 11110 0 1101 11010000 1000101 111011

Color Harmonies of #509CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509CDF

Black with #509CDF

Text Example


Text Example

White with #509CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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