Html Css Color HEX #5066CA Free Speech Blue

📋 copy color: '#5066CA'

red 80 ◦ green 102 ◦ blue 202

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

Shades of Free Speech Blue #5066CA

Tints of Free Speech Blue #5066CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.6%

R = 20.83%
G = 26.56%
B = 52.6%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5066CA (or 0x5066CA) is known color: Free Speech Blue. HEX triplet: 50, 66 and CA. RGB value is (80,102,202). Sum of RGB (Red+Green+Blue) = 80+102+202=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #5066CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5066CA is #AF9935. Grayscale: #6A6A6A. Windows color (decimal): -11508022 or 13264464. OLE color: 13264464.

HSL color Cylindrical-coordinate representation of color #5066CA: hue angle of 229.18º degrees, saturation: 0.54, 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 #5066CA is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 102 202 -
CMYK 0.60 0.50 0 0.21
HSL 229.18º 0.54% 0.55% -
HSV(B) 229.18º 0.6% 0.79% -
XYZ 18.72 15.47 57.88 -
YUV 106.82 181.71 108.87 -
System Red Green Blue C M Y K H S L
Decimal 80 102 202 0.60 0.50 0 0.21 229.18 0.54 0.55
Hex 50 66 CA 3C 32 0 15 E5 36 37
Octal 120 146 312 74 62 0 25 345 66 67
Binary 1010000 1100110 11001010 111100 110010 0 10101 11100101 110110 110111

Color Harmonies of #5066CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5066CA

Black with #5066CA

Text Example


Text Example

White with #5066CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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