#425ED1

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

Shades of Free Speech Blue #425ED1

Tints of Free Speech Blue #425ED1

Color information

#425ED1 (or 0x425ED1) is unknown color: approx Free Speech Blue. HEX triplet: 42, 5E and D1. RGB value is (66,94,209). Sum of RGB (Red+Green+Blue) = 66+94+209=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 209 (82.03% from 255 or 56.64% from 369); Max value from RGB is 209 - color contains mainly: blue. Hex color #425ED1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425ED1 is #BDA12E. Grayscale: #626262. Windows color (decimal): -12427567 or 13721154. OLE color: 13721154.

HSL color Cylindrical-coordinate representation of color #425ED1: hue angle of 228.25º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #425ED1 is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6694209-
CMYK0.680.5500.18
HSL228.25º60.85%53.92%-
HSV(B)228.25º68.42%81.96%-
XYZ17.7613.7762.04-
YUV98.74190.22104.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.89%
GREEN value IS 94 (37.11% from 255) = 25.47%
BLUE value IS 209 (82.03% from 255) = 56.64%
R=17.89%
G=25.47%
B=56.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal66942090.680.5500.18228.2560.8553.92
Hex425ED14437012e43d36
Octal102136321104670223447566
Binary1000010101111011010001100010011011101001011100100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425ED1; }

 p { color: rgb(66,94,209); }

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

<style>
 a { background-color: #425ED1; }

 a { background-color: rgb(66,94,209); }

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

<style>
 span { border-color: #425ED1; }

 span { border-color: rgb(66,94,209); }

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