Html Css Color HEX #509CCB Picton Blue

📋 copy color: '#509CCB'

red 80 ◦ green 156 ◦ blue 203

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

Shades of Picton Blue #509CCB

Tints of Picton Blue #509CCB

RGB

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

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

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

R = 18.22%
G = 35.54%
B = 46.24%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#509CCB (or 0x509CCB) is known color: Picton Blue. HEX triplet: 50, 9C and CB. RGB value is (80,156,203). Sum of RGB (Red+Green+Blue) = 80+156+203=439 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.22% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #509CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509CCB is #AF6334. Grayscale: #8A8A8A. Windows color (decimal): -11494197 or 13343824. OLE color: 13343824.

HSL color Cylindrical-coordinate representation of color #509CCB: hue angle of 202.93º 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 #509CCB is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 156 203 -
CMYK 0.61 0.23 0 0.20
HSL 202.93º 0.54% 0.55% -
HSV(B) 202.93º 0.61% 0.8% -
XYZ 25.98 29.79 60.88 -
YUV 138.63 164.32 86.18 -
System Red Green Blue C M Y K H S L
Decimal 80 156 203 0.61 0.23 0 0.20 202.93 0.54 0.55
Hex 50 9C CB 3D 17 0 14 CB 36 37
Octal 120 234 313 75 27 0 24 313 66 67
Binary 1010000 10011100 11001011 111101 10111 0 10100 11001011 110110 110111

Color Harmonies of #509CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509CCB

Black with #509CCB

Text Example


Text Example

White with #509CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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