Html Css Color HEX #506BC8 Free Speech Blue

📋 copy color: '#506BC8'

red 80 ◦ green 107 ◦ blue 200

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

Shades of Free Speech Blue #506BC8

Tints of Free Speech Blue #506BC8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.65%

 BLUE value IS 200 (78.52% from 255) = 51.68%

R = 20.67%
G = 27.65%
B = 51.68%

CMYK

 C value IS 0.6

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#506BC8 (or 0x506BC8) is known color: Free Speech Blue. HEX triplet: 50, 6B and C8. RGB value is (80,107,200). Sum of RGB (Red+Green+Blue) = 80+107+200=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 200 (78.52% from 255 or 51.68% from 387); Max value from RGB is 200 - color contains mainly: blue. Hex color #506BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506BC8 is #AF9437. Grayscale: #6D6D6D. Windows color (decimal): -11506744 or 13134672. OLE color: 13134672.

HSL color Cylindrical-coordinate representation of color #506BC8: hue angle of 226.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #506BC8 is Cyan = 0.6, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 107 200 -
CMYK 0.6 0.46 0 0.22
HSL 226.5º 0.52% 0.55% -
HSV(B) 226.5º 0.6% 0.78% -
XYZ 18.99 16.39 56.81 -
YUV 109.53 179.05 106.94 -
System Red Green Blue C M Y K H S L
Decimal 80 107 200 0.6 0.46 0 0.22 226.5 0.52 0.55
Hex 50 6B C8 3C 2E 0 16 E2 34 37
Octal 120 153 310 74 56 0 26 342 64 67
Binary 1010000 1101011 11001000 111100 101110 0 10110 11100010 110100 110111

Color Harmonies of #506BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506BC8

Black with #506BC8

Text Example


Text Example

White with #506BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506BC8; }

 p { color: rgb(80,107,200); }

 H1.HeaderClassName
 {
   color: #506BC8;
 }
 .AnyTagClassName
 {
   color: #506BC8;
 }
</style>

background-color css

<style>
 a { background-color: #506BC8; }

 a { background-color: rgb(80,107,200); }

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

border-color css

<style>
 span { border-color: #506BC8; }

 span { border-color: rgb(80,107,200); }

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