Html Css Color HEX #5068C9 Free Speech Blue

📋 copy color: '#5068C9'

red 80 ◦ green 104 ◦ blue 201

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

Shades of Free Speech Blue #5068C9

Tints of Free Speech Blue #5068C9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.01%

 BLUE value IS 201 (78.91% from 255) = 52.21%

R = 20.78%
G = 27.01%
B = 52.21%

CMYK

 C value IS 0.60

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5068C9 (or 0x5068C9) is known color: Free Speech Blue. HEX triplet: 50, 68 and C9. RGB value is (80,104,201). Sum of RGB (Red+Green+Blue) = 80+104+201=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 201 (78.91% from 255 or 52.21% from 385); Max value from RGB is 201 - color contains mainly: blue. Hex color #5068C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5068C9 is #AF9736. Grayscale: #6B6B6B. Windows color (decimal): -11507511 or 13199440. OLE color: 13199440.

HSL color Cylindrical-coordinate representation of color #5068C9: hue angle of 228.1º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5068C9 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 104 201 -
CMYK 0.60 0.48 0 0.21
HSL 228.1º 0.53% 0.55% -
HSV(B) 228.1º 0.6% 0.79% -
XYZ 18.8 15.82 57.32 -
YUV 107.88 180.55 108.11 -
System Red Green Blue C M Y K H S L
Decimal 80 104 201 0.60 0.48 0 0.21 228.1 0.53 0.55
Hex 50 68 C9 3C 30 0 15 E4 35 37
Octal 120 150 311 74 60 0 25 344 65 67
Binary 1010000 1101000 11001001 111100 110000 0 10101 11100100 110101 110111

Color Harmonies of #5068C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5068C9

Black with #5068C9

Text Example


Text Example

White with #5068C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5068C9; }

 p { color: rgb(80,104,201); }

 H1.HeaderClassName
 {
   color: #5068C9;
 }
 .AnyTagClassName
 {
   color: #5068C9;
 }
</style>

background-color css

<style>
 a { background-color: #5068C9; }

 a { background-color: rgb(80,104,201); }

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

border-color css

<style>
 span { border-color: #5068C9; }

 span { border-color: rgb(80,104,201); }

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