Html Css Color HEX #414EDD Free Speech Blue

📋 copy color: '#414EDD'

red 65 ◦ green 78 ◦ blue 221

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

Shades of Free Speech Blue #414EDD

Tints of Free Speech Blue #414EDD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.43%

 BLUE value IS 221 (86.72% from 255) = 60.71%

R = 17.86%
G = 21.43%
B = 60.71%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#414EDD (or 0x414EDD) is known color: Free Speech Blue. HEX triplet: 41, 4E and DD. RGB value is (65,78,221). Sum of RGB (Red+Green+Blue) = 65+78+221=364 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.86% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #414EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414EDD is #BEB122. Grayscale: #595959. Windows color (decimal): -12497187 or 14503489. OLE color: 14503489.

HSL color Cylindrical-coordinate representation of color #414EDD: hue angle of 235º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #414EDD is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 78 221 -
CMYK 0.71 0.65 0 0.13
HSL 235º 0.7% 0.56% -
HSV(B) 235º 0.71% 0.87% -
XYZ 17.96 11.79 69.74 -
YUV 90.42 201.69 109.87 -
System Red Green Blue C M Y K H S L
Decimal 65 78 221 0.71 0.65 0 0.13 235 0.7 0.56
Hex 41 4E DD 47 41 0 D EB 46 38
Octal 101 116 335 107 101 0 15 353 106 70
Binary 1000001 1001110 11011101 1000111 1000001 0 1101 11101011 1000110 111000

Color Harmonies of #414EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414EDD

Black with #414EDD

Text Example


Text Example

White with #414EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,78,221); }

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

background-color css

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

 a { background-color: rgb(65,78,221); }

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

border-color css

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

 span { border-color: rgb(65,78,221); }

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