#415FCE

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

Shades of Free Speech Blue #415FCE

Tints of Free Speech Blue #415FCE

Color information

#415FCE (or 0x415FCE) is unknown color: approx Free Speech Blue. HEX triplet: 41, 5F and CE. RGB value is (65,95,206). Sum of RGB (Red+Green+Blue) = 65+95+206=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #415FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415FCE is #BEA031. Grayscale: #626262. Windows color (decimal): -12492850 or 13524801. OLE color: 13524801.

HSL color Cylindrical-coordinate representation of color #415FCE: hue angle of 227.23º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #415FCE is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6595206-
CMYK0.680.5400.19
HSL227.23º59%53.14%-
HSV(B)227.23º68.45%80.78%-
XYZ17.4113.7660.13-
YUV98.68188.56103.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.76%
GREEN value IS 95 (37.5% from 255) = 25.96%
BLUE value IS 206 (80.86% from 255) = 56.28%
R=17.76%
G=25.96%
B=56.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal65952060.680.5400.19227.235953.14
Hex415FCE4436013e33b35
Octal101137316104660233437365
Binary1000001101111111001110100010011011001001111100011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,95,206); }

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

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

 a { background-color: rgb(65,95,206); }

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

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

 span { border-color: rgb(65,95,206); }

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