#425ECA

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

Shades of Free Speech Blue #425ECA

Tints of Free Speech Blue #425ECA

Color information

#425ECA (or 0x425ECA) is unknown color: approx Free Speech Blue. HEX triplet: 42, 5E and CA. RGB value is (66,94,202). Sum of RGB (Red+Green+Blue) = 66+94+202=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #425ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425ECA is #BDA135. Grayscale: #616161. Windows color (decimal): -12427574 or 13262402. OLE color: 13262402.

HSL color Cylindrical-coordinate representation of color #425ECA: hue angle of 227.65º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #425ECA is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6694202-
CMYK0.670.5300.21
HSL227.65º56.2%52.55%-
HSV(B)227.65º67.33%79.22%-
XYZ16.9113.4357.58-
YUV97.94186.72105.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.23%
GREEN value IS 94 (37.11% from 255) = 25.97%
BLUE value IS 202 (79.30% from 255) = 55.80%
R=18.23%
G=25.97%
B=55.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal66942020.670.5300.21227.6556.252.55
Hex425ECA4335015e43835
Octal102136312103650253447065
Binary1000010101111011001010100001111010101010111100100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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