#425CD2

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

Shades of Free Speech Blue #425CD2

Tints of Free Speech Blue #425CD2

Color information

#425CD2 (or 0x425CD2) is unknown color: approx Free Speech Blue. HEX triplet: 42, 5C and D2. RGB value is (66,92,210). Sum of RGB (Red+Green+Blue) = 66+92+210=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 210 (82.42% from 255 or 57.07% from 368); Max value from RGB is 210 - color contains mainly: blue. Hex color #425CD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425CD2 is #BDA32D. Grayscale: #616161. Windows color (decimal): -12428078 or 13786178. OLE color: 13786178.

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

Color convert

RGB6692210-
CMYK0.690.5600.18
HSL229.17º61.54%54.12%-
HSV(B)229.17º68.57%82.35%-
XYZ17.7113.4762.64-
YUV97.68191.39105.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.93%
GREEN value IS 92 (36.33% from 255) = 25%
BLUE value IS 210 (82.42% from 255) = 57.07%
R=17.93%
G=25%
B=57.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal66922100.690.5600.18229.1761.5454.12
Hex425CD24538012e53e36
Octal102134322105700223457666
Binary1000010101110011010010100010111100001001011100101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,92,210); }

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

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

 a { background-color: rgb(66,92,210); }

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

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

 span { border-color: rgb(66,92,210); }

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