#425DBE

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

Shades of Free Speech Blue #425DBE

Tints of Free Speech Blue #425DBE

Color information

#425DBE (or 0x425DBE) is unknown color: approx Free Speech Blue. HEX triplet: 42, 5D and BE. RGB value is (66,93,190). Sum of RGB (Red+Green+Blue) = 66+93+190=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #425DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425DBE is #BDA241. Grayscale: #5F5F5F. Windows color (decimal): -12427842 or 12475714. OLE color: 12475714.

HSL color Cylindrical-coordinate representation of color #425DBE: hue angle of 226.94º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #425DBE is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6693190-
CMYK0.650.5100.25
HSL226.94º48.82%50.2%-
HSV(B)226.94º65.26%74.51%-
XYZ15.4612.750.35-
YUV95.98181.05106.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.91%
GREEN value IS 93 (36.72% from 255) = 26.65%
BLUE value IS 190 (74.61% from 255) = 54.44%
R=18.91%
G=26.65%
B=54.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66931900.650.5100.25226.9448.8250.2
Hex425DBE4133019e33132
Octal102135276101630313436162
Binary1000010101110110111110100000111001101100111100011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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