#425DD1

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

Shades of Free Speech Blue #425DD1

Tints of Free Speech Blue #425DD1

Color information

#425DD1 (or 0x425DD1) is unknown color: approx Free Speech Blue. HEX triplet: 42, 5D and D1. RGB value is (66,93,209). Sum of RGB (Red+Green+Blue) = 66+93+209=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 209 (82.03% from 255 or 56.79% from 368); Max value from RGB is 209 - color contains mainly: blue. Hex color #425DD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425DD1 is #BDA22E. Grayscale: #616161. Windows color (decimal): -12427823 or 13720898. OLE color: 13720898.

HSL color Cylindrical-coordinate representation of color #425DD1: hue angle of 228.67º 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 #425DD1 is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6693209-
CMYK0.680.5600.18
HSL228.67º60.85%53.92%-
HSV(B)228.67º68.42%81.96%-
XYZ17.6713.5962.01-
YUV98.15190.55105.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.93%
GREEN value IS 93 (36.72% from 255) = 25.27%
BLUE value IS 209 (82.03% from 255) = 56.79%
R=17.93%
G=25.27%
B=56.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal66932090.680.5600.18228.6760.8553.92
Hex425DD14438012e53d36
Octal102135321104700223457566
Binary1000010101110111010001100010011100001001011100101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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