Html Css Color HEX #414EDB Free Speech Blue

📋 copy color: '#414EDB'

red 65 ◦ green 78 ◦ blue 219

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

Shades of Free Speech Blue #414EDB

Tints of Free Speech Blue #414EDB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.55%

 BLUE value IS 219 (85.94% from 255) = 60.5%

R = 17.96%
G = 21.55%
B = 60.5%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#414EDB (or 0x414EDB) is known color: Free Speech Blue. HEX triplet: 41, 4E and DB. RGB value is (65,78,219). Sum of RGB (Red+Green+Blue) = 65+78+219=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #414EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414EDB is #BEB124. Grayscale: #595959. Windows color (decimal): -12497189 or 14372417. OLE color: 14372417.

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

Color convert

RGB 65 78 219 -
CMYK 0.70 0.64 0 0.14
HSL 234.94º 0.68% 0.56% -
HSV(B) 234.94º 0.7% 0.86% -
XYZ 17.69 11.69 68.34 -
YUV 90.19 200.69 110.04 -
System Red Green Blue C M Y K H S L
Decimal 65 78 219 0.70 0.64 0 0.14 234.94 0.68 0.56
Hex 41 4E DB 46 40 0 E EB 44 38
Octal 101 116 333 106 100 0 16 353 104 70
Binary 1000001 1001110 11011011 1000110 1000000 0 1110 11101011 1000100 111000

Color Harmonies of #414EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414EDB

Black with #414EDB

Text Example


Text Example

White with #414EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,78,219); }

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

background-color css

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

 a { background-color: rgb(65,78,219); }

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

border-color css

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

 span { border-color: rgb(65,78,219); }

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