Html Css Color HEX #414FDC Free Speech Blue

📋 copy color: '#414FDC'

red 65 ◦ green 79 ◦ blue 220

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

Shades of Free Speech Blue #414FDC

Tints of Free Speech Blue #414FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.44%

R = 17.86%
G = 21.7%
B = 60.44%

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

#414FDC (or 0x414FDC) is known color: Free Speech Blue. HEX triplet: 41, 4F and DC. RGB value is (65,79,220). Sum of RGB (Red+Green+Blue) = 65+79+220=364 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.86% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #414FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414FDC is #BEB023. Grayscale: #5A5A5A. Windows color (decimal): -12496932 or 14438209. OLE color: 14438209.

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

Color convert

RGB 65 79 220 -
CMYK 0.70 0.64 0 0.14
HSL 234.58º 0.69% 0.56% -
HSV(B) 234.58º 0.7% 0.86% -
XYZ 17.89 11.88 69.06 -
YUV 90.89 200.86 109.54 -
System Red Green Blue C M Y K H S L
Decimal 65 79 220 0.70 0.64 0 0.14 234.58 0.69 0.56
Hex 41 4F DC 46 40 0 E EB 45 38
Octal 101 117 334 106 100 0 16 353 105 70
Binary 1000001 1001111 11011100 1000110 1000000 0 1110 11101011 1000101 111000

Color Harmonies of #414FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414FDC

Black with #414FDC

Text Example


Text Example

White with #414FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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