Html Css Color HEX #414ACD Free Speech Blue

📋 copy color: '#414ACD'

red 65 ◦ green 74 ◦ blue 205

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

Shades of Free Speech Blue #414ACD

Tints of Free Speech Blue #414ACD

RGB

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

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

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

R = 18.9%
G = 21.51%
B = 59.59%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#414ACD (or 0x414ACD) is known color: Free Speech Blue. HEX triplet: 41, 4A and CD. RGB value is (65,74,205). Sum of RGB (Red+Green+Blue) = 65+74+205=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #414ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414ACD is #BEB532. Grayscale: #555555. Windows color (decimal): -12498227 or 13453889. OLE color: 13453889.

HSL color Cylindrical-coordinate representation of color #414ACD: hue angle of 236.14º 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 #414ACD is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 74 205 -
CMYK 0.68 0.64 0 0.20
HSL 236.14º 0.58% 0.53% -
HSV(B) 236.14º 0.68% 0.8% -
XYZ 15.65 10.43 58.95 -
YUV 86.24 195.02 112.85 -
System Red Green Blue C M Y K H S L
Decimal 65 74 205 0.68 0.64 0 0.20 236.14 0.58 0.53
Hex 41 4A CD 44 40 0 14 EC 3A 35
Octal 101 112 315 104 100 0 24 354 72 65
Binary 1000001 1001010 11001101 1000100 1000000 0 10100 11101100 111010 110101

Color Harmonies of #414ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414ACD

Black with #414ACD

Text Example


Text Example

White with #414ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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