Html Css Color HEX #414FDB Free Speech Blue

📋 copy color: '#414FDB'

red 65 ◦ green 79 ◦ blue 219

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

Shades of Free Speech Blue #414FDB

Tints of Free Speech Blue #414FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.76%

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

R = 17.91%
G = 21.76%
B = 60.33%

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

#414FDB (or 0x414FDB) is known color: Free Speech Blue. HEX triplet: 41, 4F and DB. RGB value is (65,79,219). Sum of RGB (Red+Green+Blue) = 65+79+219=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #414FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414FDB is #BEB024. Grayscale: #5A5A5A. Windows color (decimal): -12496933 or 14372673. OLE color: 14372673.

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

Color convert

RGB 65 79 219 -
CMYK 0.70 0.64 0 0.14
HSL 234.55º 0.68% 0.56% -
HSV(B) 234.55º 0.7% 0.86% -
XYZ 17.76 11.83 68.37 -
YUV 90.77 200.36 109.62 -
System Red Green Blue C M Y K H S L
Decimal 65 79 219 0.70 0.64 0 0.14 234.55 0.68 0.56
Hex 41 4F DB 46 40 0 E EB 44 38
Octal 101 117 333 106 100 0 16 353 104 70
Binary 1000001 1001111 11011011 1000110 1000000 0 1110 11101011 1000100 111000

Color Harmonies of #414FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414FDB

Black with #414FDB

Text Example


Text Example

White with #414FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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