Html Css Color HEX #414DDA Free Speech Blue

📋 copy color: '#414DDA'

red 65 ◦ green 77 ◦ blue 218

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

Shades of Free Speech Blue #414DDA

Tints of Free Speech Blue #414DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.56%

R = 18.06%
G = 21.39%
B = 60.56%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#414DDA (or 0x414DDA) is known color: Free Speech Blue. HEX triplet: 41, 4D and DA. RGB value is (65,77,218). Sum of RGB (Red+Green+Blue) = 65+77+218=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #414DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414DDA is #BEB225. Grayscale: #585858. Windows color (decimal): -12497446 or 14306625. OLE color: 14306625.

HSL color Cylindrical-coordinate representation of color #414DDA: hue angle of 235.29º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #414DDA is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 77 218 -
CMYK 0.70 0.65 0 0.15
HSL 235.29º 0.67% 0.55% -
HSV(B) 235.29º 0.7% 0.85% -
XYZ 17.49 11.49 67.63 -
YUV 89.49 200.52 110.54 -
System Red Green Blue C M Y K H S L
Decimal 65 77 218 0.70 0.65 0 0.15 235.29 0.67 0.55
Hex 41 4D DA 46 41 0 F EB 43 37
Octal 101 115 332 106 101 0 17 353 103 67
Binary 1000001 1001101 11011010 1000110 1000001 0 1111 11101011 1000011 110111

Color Harmonies of #414DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414DDA

Black with #414DDA

Text Example


Text Example

White with #414DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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