#414FDF

Color #414FDF Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #414FDF

Tints of Free Speech Blue #414FDF

Color information

#414FDF (or 0x414FDF) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4F and DF. RGB value is (65,79,223). Sum of RGB (Red+Green+Blue) = 65+79+223=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #414FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414FDF is #BEB020. Grayscale: #5A5A5A. Windows color (decimal): -12496929 or 14634817. OLE color: 14634817.

HSL color Cylindrical-coordinate representation of color #414FDF: hue angle of 234.68º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #414FDF is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6579223-
CMYK0.710.6500.13
HSL234.68º71.17%56.47%-
HSV(B)234.68º70.85%87.45%-
XYZ18.312.0471.17-
YUV91.23202.36109.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.71%
GREEN value IS 79 (31.25% from 255) = 21.53%
BLUE value IS 223 (87.5% from 255) = 60.76%
R=17.71%
G=21.53%
B=60.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal65792230.710.6500.13234.6871.1756.47
Hex414FDF47410Deb4738
Octal10111733710710101535310770
Binary10000011001111110111111000111100000101101111010111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #414FDF;
 }
 .AnyTagClassName
 {
   color: #414FDF;
 }
</style>
background-color css

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

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

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

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

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

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