Html Css Color HEX #425FBD Free Speech Blue

📋 copy color: '#425FBD'

red 66 ◦ green 95 ◦ blue 189

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

Shades of Free Speech Blue #425FBD

Tints of Free Speech Blue #425FBD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.14%

 BLUE value IS 189 (74.22% from 255) = 54%

R = 18.86%
G = 27.14%
B = 54%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#425FBD (or 0x425FBD) is known color: Free Speech Blue. HEX triplet: 42, 5F and BD. RGB value is (66,95,189). Sum of RGB (Red+Green+Blue) = 66+95+189=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #425FBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425FBD is #BDA042. Grayscale: #606060. Windows color (decimal): -12427331 or 12410690. OLE color: 12410690.

HSL color Cylindrical-coordinate representation of color #425FBD: hue angle of 225.85º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #425FBD is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 95 189 -
CMYK 0.65 0.50 0 0.26
HSL 225.85º 0.48% 0.5% -
HSV(B) 225.85º 0.65% 0.74% -
XYZ 15.52 13.02 49.84 -
YUV 97.05 179.89 105.86 -
System Red Green Blue C M Y K H S L
Decimal 66 95 189 0.65 0.50 0 0.26 225.85 0.48 0.5
Hex 42 5F BD 41 32 0 1A E2 30 32
Octal 102 137 275 101 62 0 32 342 60 62
Binary 1000010 1011111 10111101 1000001 110010 0 11010 11100010 110000 110010

Color Harmonies of #425FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425FBD

Black with #425FBD

Text Example


Text Example

White with #425FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,95,189); }

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

background-color css

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

 a { background-color: rgb(66,95,189); }

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

border-color css

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

 span { border-color: rgb(66,95,189); }

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