Html Css Color HEX #5062CB Free Speech Blue

📋 copy color: '#5062CB'

red 80 ◦ green 98 ◦ blue 203

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

Shades of Free Speech Blue #5062CB

Tints of Free Speech Blue #5062CB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.72%

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

R = 21%
G = 25.72%
B = 53.28%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5062CB (or 0x5062CB) is known color: Free Speech Blue. HEX triplet: 50, 62 and CB. RGB value is (80,98,203). Sum of RGB (Red+Green+Blue) = 80+98+203=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #5062CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5062CB is #AF9D34. Grayscale: #686868. Windows color (decimal): -11509045 or 13328976. OLE color: 13328976.

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

Color convert

RGB 80 98 203 -
CMYK 0.61 0.52 0 0.20
HSL 231.22º 0.54% 0.55% -
HSV(B) 231.22º 0.61% 0.8% -
XYZ 18.46 14.75 58.37 -
YUV 104.59 183.54 110.46 -
System Red Green Blue C M Y K H S L
Decimal 80 98 203 0.61 0.52 0 0.20 231.22 0.54 0.55
Hex 50 62 CB 3D 34 0 14 E7 36 37
Octal 120 142 313 75 64 0 24 347 66 67
Binary 1010000 1100010 11001011 111101 110100 0 10100 11100111 110110 110111

Color Harmonies of #5062CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5062CB

Black with #5062CB

Text Example


Text Example

White with #5062CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5062CB; }

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

 H1.HeaderClassName
 {
   color: #5062CB;
 }
 .AnyTagClassName
 {
   color: #5062CB;
 }
</style>

background-color css

<style>
 a { background-color: #5062CB; }

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

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

border-color css

<style>
 span { border-color: #5062CB; }

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

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