Html Css Color HEX #445DBD Free Speech Blue

📋 copy color: '#445DBD'

red 68 ◦ green 93 ◦ blue 189

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

Shades of Free Speech Blue #445DBD

Tints of Free Speech Blue #445DBD

RGB

 RED value IS 68 (26.95% from 255) = 19.43%

 GREEN value IS 93 (36.72% from 255) = 26.57%

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

R = 19.43%
G = 26.57%
B = 54%

CMYK

 C value IS 0.64

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#445DBD (or 0x445DBD) is known color: Free Speech Blue. HEX triplet: 44, 5D and BD. RGB value is (68,93,189). Sum of RGB (Red+Green+Blue) = 68+93+189=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 93 (36.72% from 255 or 26.57% 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 #445DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445DBD is #BBA242. Grayscale: #606060. Windows color (decimal): -12296771 or 12410180. OLE color: 12410180.

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

Color convert

RGB 68 93 189 -
CMYK 0.64 0.51 0 0.26
HSL 227.6º 0.48% 0.5% -
HSV(B) 227.6º 0.64% 0.74% -
XYZ 15.48 12.73 49.79 -
YUV 96.47 180.22 107.69 -
System Red Green Blue C M Y K H S L
Decimal 68 93 189 0.64 0.51 0 0.26 227.6 0.48 0.5
Hex 44 5D BD 40 33 0 1A E4 30 32
Octal 104 135 275 100 63 0 32 344 60 62
Binary 1000100 1011101 10111101 1000000 110011 0 11010 11100100 110000 110010

Color Harmonies of #445DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445DBD

Black with #445DBD

Text Example


Text Example

White with #445DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445DBD; }

 p { color: rgb(68,93,189); }

 H1.HeaderClassName
 {
   color: #445DBD;
 }
 .AnyTagClassName
 {
   color: #445DBD;
 }
</style>

background-color css

<style>
 a { background-color: #445DBD; }

 a { background-color: rgb(68,93,189); }

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

border-color css

<style>
 span { border-color: #445DBD; }

 span { border-color: rgb(68,93,189); }

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