Html Css Color HEX #425BBE Free Speech Blue

📋 copy color: '#425BBE'

red 66 ◦ green 91 ◦ blue 190

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

Shades of Free Speech Blue #425BBE

Tints of Free Speech Blue #425BBE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.22%

 BLUE value IS 190 (74.61% from 255) = 54.76%

R = 19.02%
G = 26.22%
B = 54.76%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#425BBE (or 0x425BBE) is known color: Free Speech Blue. HEX triplet: 42, 5B and BE. RGB value is (66,91,190). Sum of RGB (Red+Green+Blue) = 66+91+190=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #425BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425BBE is #BDA441. Grayscale: #5E5E5E. Windows color (decimal): -12428354 or 12475202. OLE color: 12475202.

HSL color Cylindrical-coordinate representation of color #425BBE: hue angle of 227.9º 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 #425BBE is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 91 190 -
CMYK 0.65 0.52 0 0.25
HSL 227.9º 0.49% 0.5% -
HSV(B) 227.9º 0.65% 0.75% -
XYZ 15.28 12.36 50.3 -
YUV 94.81 181.72 107.45 -
System Red Green Blue C M Y K H S L
Decimal 66 91 190 0.65 0.52 0 0.25 227.9 0.49 0.5
Hex 42 5B BE 41 34 0 19 E4 31 32
Octal 102 133 276 101 64 0 31 344 61 62
Binary 1000010 1011011 10111110 1000001 110100 0 11001 11100100 110001 110010

Color Harmonies of #425BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425BBE

Black with #425BBE

Text Example


Text Example

White with #425BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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