Html Css Color HEX #414DDC Free Speech Blue

📋 copy color: '#414DDC'

red 65 ◦ green 77 ◦ blue 220

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

Shades of Free Speech Blue #414DDC

Tints of Free Speech Blue #414DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.77%

R = 17.96%
G = 21.27%
B = 60.77%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#414DDC (or 0x414DDC) is known color: Free Speech Blue. HEX triplet: 41, 4D and DC. RGB value is (65,77,220). Sum of RGB (Red+Green+Blue) = 65+77+220=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #414DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414DDC is #BEB223. Grayscale: #595959. Windows color (decimal): -12497444 or 14437697. OLE color: 14437697.

HSL color Cylindrical-coordinate representation of color #414DDC: hue angle of 235.35º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #414DDC is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 77 220 -
CMYK 0.70 0.65 0 0.14
HSL 235.35º 0.69% 0.56% -
HSV(B) 235.35º 0.7% 0.86% -
XYZ 17.75 11.6 69.01 -
YUV 89.71 201.52 110.37 -
System Red Green Blue C M Y K H S L
Decimal 65 77 220 0.70 0.65 0 0.14 235.35 0.69 0.56
Hex 41 4D DC 46 41 0 E EB 45 38
Octal 101 115 334 106 101 0 16 353 105 70
Binary 1000001 1001101 11011100 1000110 1000001 0 1110 11101011 1000101 111000

Color Harmonies of #414DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414DDC

Black with #414DDC

Text Example


Text Example

White with #414DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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