Html Css Color HEX #5066CB Free Speech Blue

📋 copy color: '#5066CB'

red 80 ◦ green 102 ◦ blue 203

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

Shades of Free Speech Blue #5066CB

Tints of Free Speech Blue #5066CB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.49%

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

R = 20.78%
G = 26.49%
B = 52.73%

CMYK

 C value IS 0.61

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5066CB (or 0x5066CB) is known color: Free Speech Blue. HEX triplet: 50, 66 and CB. RGB value is (80,102,203). Sum of RGB (Red+Green+Blue) = 80+102+203=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #5066CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5066CB is #AF9934. Grayscale: #6A6A6A. Windows color (decimal): -11508021 or 13330000. OLE color: 13330000.

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

Color convert

RGB 80 102 203 -
CMYK 0.61 0.50 0 0.20
HSL 229.27º 0.54% 0.55% -
HSV(B) 229.27º 0.61% 0.8% -
XYZ 18.84 15.52 58.5 -
YUV 106.94 182.21 108.79 -
System Red Green Blue C M Y K H S L
Decimal 80 102 203 0.61 0.50 0 0.20 229.27 0.54 0.55
Hex 50 66 CB 3D 32 0 14 E5 36 37
Octal 120 146 313 75 62 0 24 345 66 67
Binary 1010000 1100110 11001011 111101 110010 0 10100 11100101 110110 110111

Color Harmonies of #5066CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5066CB

Black with #5066CB

Text Example


Text Example

White with #5066CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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