Html Css Color HEX #414DD2 Free Speech Blue

📋 copy color: '#414DD2'

red 65 ◦ green 77 ◦ blue 210

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

Shades of Free Speech Blue #414DD2

Tints of Free Speech Blue #414DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 59.66%

R = 18.47%
G = 21.88%
B = 59.66%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#414DD2 (or 0x414DD2) is known color: Free Speech Blue. HEX triplet: 41, 4D and D2. RGB value is (65,77,210). Sum of RGB (Red+Green+Blue) = 65+77+210=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 210 (82.42% from 255 or 59.66% from 352); Max value from RGB is 210 - color contains mainly: blue. Hex color #414DD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414DD2 is #BEB22D. Grayscale: #585858. Windows color (decimal): -12497454 or 13782337. OLE color: 13782337.

HSL color Cylindrical-coordinate representation of color #414DD2: hue angle of 235.03º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #414DD2 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 65 77 210 -
CMYK 0.69 0.63 0 0.18
HSL 235.03º 0.62% 0.54% -
HSV(B) 235.03º 0.69% 0.82% -
XYZ 16.47 11.08 62.24 -
YUV 88.57 196.52 111.19 -
System Red Green Blue C M Y K H S L
Decimal 65 77 210 0.69 0.63 0 0.18 235.03 0.62 0.54
Hex 41 4D D2 45 3F 0 12 EB 3E 36
Octal 101 115 322 105 77 0 22 353 76 66
Binary 1000001 1001101 11010010 1000101 111111 0 10010 11101011 111110 110110

Color Harmonies of #414DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414DD2

Black with #414DD2

Text Example


Text Example

White with #414DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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