Html Css Color HEX #414DCD Free Speech Blue

📋 copy color: '#414DCD'

red 65 ◦ green 77 ◦ blue 205

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

Shades of Free Speech Blue #414DCD

Tints of Free Speech Blue #414DCD

RGB

 RED value IS 65 (25.78% from 255) = 18.73%

 GREEN value IS 77 (30.47% from 255) = 22.19%

 BLUE value IS 205 (80.47% from 255) = 59.08%

R = 18.73%
G = 22.19%
B = 59.08%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#414DCD (or 0x414DCD) is known color: Free Speech Blue. HEX triplet: 41, 4D and CD. RGB value is (65,77,205). Sum of RGB (Red+Green+Blue) = 65+77+205=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #414DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414DCD is #BEB232. Grayscale: #575757. Windows color (decimal): -12497459 or 13454657. OLE color: 13454657.

HSL color Cylindrical-coordinate representation of color #414DCD: hue angle of 234.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #414DCD is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 77 205 -
CMYK 0.68 0.62 0 0.20
HSL 234.86º 0.58% 0.53% -
HSV(B) 234.86º 0.68% 0.8% -
XYZ 15.85 10.84 59.01 -
YUV 88 194.02 111.59 -
System Red Green Blue C M Y K H S L
Decimal 65 77 205 0.68 0.62 0 0.20 234.86 0.58 0.53
Hex 41 4D CD 44 3E 0 14 EB 3A 35
Octal 101 115 315 104 76 0 24 353 72 65
Binary 1000001 1001101 11001101 1000100 111110 0 10100 11101011 111010 110101

Color Harmonies of #414DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414DCD

Black with #414DCD

Text Example


Text Example

White with #414DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414DCD; }

 p { color: rgb(65,77,205); }

 H1.HeaderClassName
 {
   color: #414DCD;
 }
 .AnyTagClassName
 {
   color: #414DCD;
 }
</style>

background-color css

<style>
 a { background-color: #414DCD; }

 a { background-color: rgb(65,77,205); }

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

border-color css

<style>
 span { border-color: #414DCD; }

 span { border-color: rgb(65,77,205); }

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