Html Css Color HEX #5048CF Free Speech Blue

📋 copy color: '#5048CF'

red 80 ◦ green 72 ◦ blue 207

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

Shades of Free Speech Blue #5048CF

Tints of Free Speech Blue #5048CF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.06%

 BLUE value IS 207 (81.25% from 255) = 57.66%

R = 22.28%
G = 20.06%
B = 57.66%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5048CF (or 0x5048CF) is known color: Free Speech Blue. HEX triplet: 50, 48 and CF. RGB value is (80,72,207). Sum of RGB (Red+Green+Blue) = 80+72+207=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #5048CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5048CF is #AFB730. Grayscale: #595959. Windows color (decimal): -11515697 or 13584464. OLE color: 13584464.

HSL color Cylindrical-coordinate representation of color #5048CF: hue angle of 243.56º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5048CF is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 72 207 -
CMYK 0.61 0.65 0 0.19
HSL 243.56º 0.58% 0.55% -
HSV(B) 243.56º 0.65% 0.81% -
XYZ 16.89 10.85 60.23 -
YUV 89.78 194.15 121.02 -
System Red Green Blue C M Y K H S L
Decimal 80 72 207 0.61 0.65 0 0.19 243.56 0.58 0.55
Hex 50 48 CF 3D 41 0 13 F4 3A 37
Octal 120 110 317 75 101 0 23 364 72 67
Binary 1010000 1001000 11001111 111101 1000001 0 10011 11110100 111010 110111

Color Harmonies of #5048CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5048CF

Black with #5048CF

Text Example


Text Example

White with #5048CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5048CF; }

 p { color: rgb(80,72,207); }

 H1.HeaderClassName
 {
   color: #5048CF;
 }
 .AnyTagClassName
 {
   color: #5048CF;
 }
</style>

background-color css

<style>
 a { background-color: #5048CF; }

 a { background-color: rgb(80,72,207); }

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

border-color css

<style>
 span { border-color: #5048CF; }

 span { border-color: rgb(80,72,207); }

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