#415AD2

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

Shades of Free Speech Blue #415AD2

Tints of Free Speech Blue #415AD2

Color information

#415AD2 (or 0x415AD2) is unknown color: approx Free Speech Blue. HEX triplet: 41, 5A and D2. RGB value is (65,90,210). Sum of RGB (Red+Green+Blue) = 65+90+210=365 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.81% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 210 (82.42% from 255 or 57.53% from 365); Max value from RGB is 210 - color contains mainly: blue. Hex color #415AD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415AD2 is #BEA52D. Grayscale: #5F5F5F. Windows color (decimal): -12494126 or 13785665. OLE color: 13785665.

HSL color Cylindrical-coordinate representation of color #415AD2: hue angle of 229.66º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #415AD2 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6590210-
CMYK0.690.5700.18
HSL229.66º61.7%53.92%-
HSV(B)229.66º69.05%82.35%-
XYZ17.4713.0962.58-
YUV96.2192.22105.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.81%
GREEN value IS 90 (35.55% from 255) = 24.66%
BLUE value IS 210 (82.42% from 255) = 57.53%
R=17.81%
G=24.66%
B=57.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal65902100.690.5700.18229.6661.753.92
Hex415AD24539012e63e36
Octal101132322105710223467666
Binary1000001101101011010010100010111100101001011100110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415AD2; }

 p { color: rgb(65,90,210); }

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

<style>
 a { background-color: #415AD2; }

 a { background-color: rgb(65,90,210); }

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

<style>
 span { border-color: #415AD2; }

 span { border-color: rgb(65,90,210); }

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