Html Css Color HEX #414DBF Free Speech Blue

📋 copy color: '#414DBF'

red 65 ◦ green 77 ◦ blue 191

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

Shades of Free Speech Blue #414DBF

Tints of Free Speech Blue #414DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.36%

R = 19.52%
G = 23.12%
B = 57.36%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#414DBF (or 0x414DBF) is known color: Free Speech Blue. HEX triplet: 41, 4D and BF. RGB value is (65,77,191). Sum of RGB (Red+Green+Blue) = 65+77+191=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #414DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414DBF is #BEB240. Grayscale: #555555. Windows color (decimal): -12497473 or 12537153. OLE color: 12537153.

HSL color Cylindrical-coordinate representation of color #414DBF: hue angle of 234.29º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #414DBF is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 77 191 -
CMYK 0.66 0.60 0 0.25
HSL 234.29º 0.5% 0.5% -
HSV(B) 234.29º 0.66% 0.75% -
XYZ 14.24 10.19 50.51 -
YUV 86.41 187.02 112.73 -
System Red Green Blue C M Y K H S L
Decimal 65 77 191 0.66 0.60 0 0.25 234.29 0.5 0.5
Hex 41 4D BF 42 3C 0 19 EA 32 32
Octal 101 115 277 102 74 0 31 352 62 62
Binary 1000001 1001101 10111111 1000010 111100 0 11001 11101010 110010 110010

Color Harmonies of #414DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414DBF

Black with #414DBF

Text Example


Text Example

White with #414DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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