Html Css Color HEX #425EC0 Free Speech Blue

📋 copy color: '#425EC0'

red 66 ◦ green 94 ◦ blue 192

#425EC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #425EC0

Tints of Free Speech Blue #425EC0

RGB

 RED value IS 66 (26.17% from 255) = 18.75%

 GREEN value IS 94 (37.11% from 255) = 26.7%

 BLUE value IS 192 (75.39% from 255) = 54.55%

R = 18.75%
G = 26.7%
B = 54.55%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#425EC0 (or 0x425EC0) is known color: Free Speech Blue. HEX triplet: 42, 5E and C0. RGB value is (66,94,192). Sum of RGB (Red+Green+Blue) = 66+94+192=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 192 (75.39% from 255 or 54.55% from 352); Max value from RGB is 192 - color contains mainly: blue. Hex color #425EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425EC0 is #BDA13F. Grayscale: #606060. Windows color (decimal): -12427584 or 12607042. OLE color: 12607042.

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

Color convert

RGB 66 94 192 -
CMYK 0.66 0.51 0 0.25
HSL 226.67º 0.5% 0.51% -
HSV(B) 226.67º 0.66% 0.75% -
XYZ 15.76 12.97 51.54 -
YUV 96.8 181.72 106.03 -
System Red Green Blue C M Y K H S L
Decimal 66 94 192 0.66 0.51 0 0.25 226.67 0.5 0.51
Hex 42 5E C0 42 33 0 19 E3 32 33
Octal 102 136 300 102 63 0 31 343 62 63
Binary 1000010 1011110 11000000 1000010 110011 0 11001 11100011 110010 110011

Color Harmonies of #425EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425EC0

Black with #425EC0

Text Example


Text Example

White with #425EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #425EC0;
 }
 .AnyTagClassName
 {
   color: #425EC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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