Html Css Color HEX #425BB9 Free Speech Blue

📋 copy color: '#425BB9'

red 66 ◦ green 91 ◦ blue 185

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

Shades of Free Speech Blue #425BB9

Tints of Free Speech Blue #425BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 54.09%

R = 19.3%
G = 26.61%
B = 54.09%

CMYK

 C value IS 0.64

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#425BB9 (or 0x425BB9) is known color: Free Speech Blue. HEX triplet: 42, 5B and B9. RGB value is (66,91,185). Sum of RGB (Red+Green+Blue) = 66+91+185=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 185 (72.66% from 255 or 54.09% from 342); Max value from RGB is 185 - color contains mainly: blue. Hex color #425BB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425BB9 is #BDA446. Grayscale: #5D5D5D. Windows color (decimal): -12428359 or 12147522. OLE color: 12147522.

HSL color Cylindrical-coordinate representation of color #425BB9: hue angle of 227.39º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #425BB9 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 91 185 -
CMYK 0.64 0.51 0 0.27
HSL 227.4º 0.47% 0.49% -
HSV(B) 227.4º 0.64% 0.73% -
XYZ 14.74 12.14 47.47 -
YUV 94.24 179.22 107.86 -
System Red Green Blue C M Y K H S L
Decimal 66 91 185 0.64 0.51 0 0.27 227.4 0.47 0.49
Hex 42 5B B9 40 33 0 1B E3 2F 31
Octal 102 133 271 100 63 0 33 343 57 61
Binary 1000010 1011011 10111001 1000000 110011 0 11011 11100011 101111 110001

Color Harmonies of #425BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425BB9

Black with #425BB9

Text Example


Text Example

White with #425BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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