Html Css Color HEX #444DDB Free Speech Blue

📋 copy color: '#444DDB'

red 68 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Blue #444DDB

Tints of Free Speech Blue #444DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.15%

 BLUE value IS 219 (85.94% from 255) = 60.16%

R = 18.68%
G = 21.15%
B = 60.16%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#444DDB (or 0x444DDB) is known color: Free Speech Blue. HEX triplet: 44, 4D and DB. RGB value is (68,77,219). Sum of RGB (Red+Green+Blue) = 68+77+219=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #444DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444DDB is #BBB224. Grayscale: #595959. Windows color (decimal): -12300837 or 14372164. OLE color: 14372164.

HSL color Cylindrical-coordinate representation of color #444DDB: hue angle of 236.42º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #444DDB is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 77 219 -
CMYK 0.69 0.65 0 0.14
HSL 236.42º 0.68% 0.56% -
HSV(B) 236.42º 0.69% 0.86% -
XYZ 17.82 11.65 68.33 -
YUV 90.5 200.52 111.95 -
System Red Green Blue C M Y K H S L
Decimal 68 77 219 0.69 0.65 0 0.14 236.42 0.68 0.56
Hex 44 4D DB 45 41 0 E EC 44 38
Octal 104 115 333 105 101 0 16 354 104 70
Binary 1000100 1001101 11011011 1000101 1000001 0 1110 11101100 1000100 111000

Color Harmonies of #444DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444DDB

Black with #444DDB

Text Example


Text Example

White with #444DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444DDB; }

 p { color: rgb(68,77,219); }

 H1.HeaderClassName
 {
   color: #444DDB;
 }
 .AnyTagClassName
 {
   color: #444DDB;
 }
</style>

background-color css

<style>
 a { background-color: #444DDB; }

 a { background-color: rgb(68,77,219); }

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

border-color css

<style>
 span { border-color: #444DDB; }

 span { border-color: rgb(68,77,219); }

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