Html Css Color HEX #414AE0 Free Speech Blue

📋 copy color: '#414AE0'

red 65 ◦ green 74 ◦ blue 224

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

Shades of Free Speech Blue #414AE0

Tints of Free Speech Blue #414AE0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.39%

 BLUE value IS 224 (87.89% from 255) = 61.71%

R = 17.91%
G = 20.39%
B = 61.71%

CMYK

 C value IS 0.71

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#414AE0 (or 0x414AE0) is known color: Free Speech Blue. HEX triplet: 41, 4A and E0. RGB value is (65,74,224). Sum of RGB (Red+Green+Blue) = 65+74+224=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 224 (87.89% from 255 or 61.71% from 363); Max value from RGB is 224 - color contains mainly: blue. Hex color #414AE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414AE0 is #BEB51F. Grayscale: #575757. Windows color (decimal): -12498208 or 14699073. OLE color: 14699073.

HSL color Cylindrical-coordinate representation of color #414AE0: hue angle of 236.6º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #414AE0 is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 65 74 224 -
CMYK 0.71 0.67 0 0.12
HSL 236.6º 0.72% 0.57% -
HSV(B) 236.6º 0.71% 0.88% -
XYZ 18.08 11.4 71.77 -
YUV 88.41 204.52 111.3 -
System Red Green Blue C M Y K H S L
Decimal 65 74 224 0.71 0.67 0 0.12 236.6 0.72 0.57
Hex 41 4A E0 47 43 0 C ED 48 39
Octal 101 112 340 107 103 0 14 355 110 71
Binary 1000001 1001010 11100000 1000111 1000011 0 1100 11101101 1001000 111001

Color Harmonies of #414AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414AE0

Black with #414AE0

Text Example


Text Example

White with #414AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,74,224); }

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

background-color css

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

 a { background-color: rgb(65,74,224); }

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

border-color css

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

 span { border-color: rgb(65,74,224); }

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