#425DD4

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

Shades of Free Speech Blue #425DD4

Tints of Free Speech Blue #425DD4

Color information

#425DD4 (or 0x425DD4) is unknown color: approx Free Speech Blue. HEX triplet: 42, 5D and D4. RGB value is (66,93,212). Sum of RGB (Red+Green+Blue) = 66+93+212=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 212 (83.20% from 255 or 57.14% from 371); Max value from RGB is 212 - color contains mainly: blue. Hex color #425DD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425DD4 is #BDA22B. Grayscale: #616161. Windows color (decimal): -12427820 or 13917506. OLE color: 13917506.

HSL color Cylindrical-coordinate representation of color #425DD4: hue angle of 228.9º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #425DD4 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB6693212-
CMYK0.690.5600.17
HSL228.9º62.93%54.51%-
HSV(B)228.9º68.87%83.14%-
XYZ18.0413.7463.99-
YUV98.49192.05104.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.79%
GREEN value IS 93 (36.72% from 255) = 25.07%
BLUE value IS 212 (83.20% from 255) = 57.14%
R=17.79%
G=25.07%
B=57.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal66932120.690.5600.17228.962.9354.51
Hex425DD44538011e53f37
Octal102135324105700213457767
Binary1000010101110111010100100010111100001000111100101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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