Html Css Color HEX #444EDB Free Speech Blue

📋 copy color: '#444EDB'

red 68 ◦ green 78 ◦ blue 219

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

Shades of Free Speech Blue #444EDB

Tints of Free Speech Blue #444EDB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.37%

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

R = 18.63%
G = 21.37%
B = 60%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#444EDB (or 0x444EDB) is known color: Free Speech Blue. HEX triplet: 44, 4E and DB. RGB value is (68,78,219). Sum of RGB (Red+Green+Blue) = 68+78+219=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #444EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444EDB is #BBB124. Grayscale: #5A5A5A. Windows color (decimal): -12300581 or 14372420. OLE color: 14372420.

HSL color Cylindrical-coordinate representation of color #444EDB: hue angle of 236.03º 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 #444EDB is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 78 219 -
CMYK 0.69 0.64 0 0.14
HSL 236.03º 0.68% 0.56% -
HSV(B) 236.03º 0.69% 0.86% -
XYZ 17.89 11.79 68.35 -
YUV 91.08 200.19 111.54 -
System Red Green Blue C M Y K H S L
Decimal 68 78 219 0.69 0.64 0 0.14 236.03 0.68 0.56
Hex 44 4E DB 45 40 0 E EC 44 38
Octal 104 116 333 105 100 0 16 354 104 70
Binary 1000100 1001110 11011011 1000101 1000000 0 1110 11101100 1000100 111000

Color Harmonies of #444EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444EDB

Black with #444EDB

Text Example


Text Example

White with #444EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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