Html Css Color HEX #425BBF Free Speech Blue

📋 copy color: '#425BBF'

red 66 ◦ green 91 ◦ blue 191

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

Shades of Free Speech Blue #425BBF

Tints of Free Speech Blue #425BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.89%

R = 18.97%
G = 26.15%
B = 54.89%

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

#425BBF (or 0x425BBF) is known color: Free Speech Blue. HEX triplet: 42, 5B and BF. RGB value is (66,91,191). Sum of RGB (Red+Green+Blue) = 66+91+191=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #425BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425BBF is #BDA440. Grayscale: #5E5E5E. Windows color (decimal): -12428353 or 12540738. OLE color: 12540738.

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

Color convert

RGB 66 91 191 -
CMYK 0.65 0.52 0 0.25
HSL 228º 0.49% 0.5% -
HSV(B) 228º 0.65% 0.75% -
XYZ 15.39 12.4 50.87 -
YUV 94.93 182.22 107.37 -
System Red Green Blue C M Y K H S L
Decimal 66 91 191 0.65 0.52 0 0.25 228 0.49 0.5
Hex 42 5B BF 41 34 0 19 E4 31 32
Octal 102 133 277 101 64 0 31 344 61 62
Binary 1000010 1011011 10111111 1000001 110100 0 11001 11100100 110001 110010

Color Harmonies of #425BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425BBF

Black with #425BBF

Text Example


Text Example

White with #425BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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