Html Css Color HEX #509FCF Picton Blue

📋 copy color: '#509FCF'

red 80 ◦ green 159 ◦ blue 207

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

Shades of Picton Blue #509FCF

Tints of Picton Blue #509FCF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.65%

 BLUE value IS 207 (81.25% from 255) = 46.41%

R = 17.94%
G = 35.65%
B = 46.41%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#509FCF (or 0x509FCF) is known color: Picton Blue. HEX triplet: 50, 9F and CF. RGB value is (80,159,207). Sum of RGB (Red+Green+Blue) = 80+159+207=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #509FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509FCF is #AF6030. Grayscale: #8C8C8C. Windows color (decimal): -11493425 or 13606736. OLE color: 13606736.

HSL color Cylindrical-coordinate representation of color #509FCF: hue angle of 202.68º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #509FCF is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 159 207 -
CMYK 0.61 0.23 0 0.19
HSL 202.68º 0.57% 0.56% -
HSV(B) 202.68º 0.61% 0.81% -
XYZ 26.97 31.01 63.59 -
YUV 140.85 165.33 84.6 -
System Red Green Blue C M Y K H S L
Decimal 80 159 207 0.61 0.23 0 0.19 202.68 0.57 0.56
Hex 50 9F CF 3D 17 0 13 CB 39 38
Octal 120 237 317 75 27 0 23 313 71 70
Binary 1010000 10011111 11001111 111101 10111 0 10011 11001011 111001 111000

Color Harmonies of #509FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509FCF

Black with #509FCF

Text Example


Text Example

White with #509FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,159,207); }

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

background-color css

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

 a { background-color: rgb(80,159,207); }

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

border-color css

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

 span { border-color: rgb(80,159,207); }

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