Html Css Color HEX #505FCC Free Speech Blue

📋 copy color: '#505FCC'

red 80 ◦ green 95 ◦ blue 204

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

Shades of Free Speech Blue #505FCC

Tints of Free Speech Blue #505FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.07%

 BLUE value IS 204 (80.08% from 255) = 53.83%

R = 21.11%
G = 25.07%
B = 53.83%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#505FCC (or 0x505FCC) is known color: Free Speech Blue. HEX triplet: 50, 5F and CC. RGB value is (80,95,204). Sum of RGB (Red+Green+Blue) = 80+95+204=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #505FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505FCC is #AFA033. Grayscale: #666666. Windows color (decimal): -11509812 or 13393744. OLE color: 13393744.

HSL color Cylindrical-coordinate representation of color #505FCC: hue angle of 232.74º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #505FCC is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 95 204 -
CMYK 0.61 0.53 0 0.2
HSL 232.74º 0.55% 0.56% -
HSV(B) 232.74º 0.61% 0.8% -
XYZ 18.3 14.25 58.91 -
YUV 102.94 185.03 111.64 -
System Red Green Blue C M Y K H S L
Decimal 80 95 204 0.61 0.53 0 0.2 232.74 0.55 0.56
Hex 50 5F CC 3D 35 0 14 E9 37 38
Octal 120 137 314 75 65 0 24 351 67 70
Binary 1010000 1011111 11001100 111101 110101 0 10100 11101001 110111 111000

Color Harmonies of #505FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505FCC

Black with #505FCC

Text Example


Text Example

White with #505FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505FCC; }

 p { color: rgb(80,95,204); }

 H1.HeaderClassName
 {
   color: #505FCC;
 }
 .AnyTagClassName
 {
   color: #505FCC;
 }
</style>

background-color css

<style>
 a { background-color: #505FCC; }

 a { background-color: rgb(80,95,204); }

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

border-color css

<style>
 span { border-color: #505FCC; }

 span { border-color: rgb(80,95,204); }

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