Html Css Color HEX #509FCB Picton Blue

📋 copy color: '#509FCB'

red 80 ◦ green 159 ◦ blue 203

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

Shades of Picton Blue #509FCB

Tints of Picton Blue #509FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.93%

R = 18.1%
G = 35.97%
B = 45.93%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#509FCB (or 0x509FCB) is known color: Picton Blue. HEX triplet: 50, 9F and CB. RGB value is (80,159,203). Sum of RGB (Red+Green+Blue) = 80+159+203=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #509FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509FCB is #AF6034. Grayscale: #8C8C8C. Windows color (decimal): -11493429 or 13344592. OLE color: 13344592.

HSL color Cylindrical-coordinate representation of color #509FCB: hue angle of 201.46º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #509FCB is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 159 203 -
CMYK 0.61 0.22 0 0.20
HSL 201.46º 0.54% 0.55% -
HSV(B) 201.46º 0.61% 0.8% -
XYZ 26.49 30.81 61.05 -
YUV 140.4 163.33 84.92 -
System Red Green Blue C M Y K H S L
Decimal 80 159 203 0.61 0.22 0 0.20 201.46 0.54 0.55
Hex 50 9F CB 3D 16 0 14 C9 36 37
Octal 120 237 313 75 26 0 24 311 66 67
Binary 1010000 10011111 11001011 111101 10110 0 10100 11001001 110110 110111

Color Harmonies of #509FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509FCB

Black with #509FCB

Text Example


Text Example

White with #509FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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