Html Css Color HEX #444EE0 Free Speech Blue

📋 copy color: '#444EE0'

red 68 ◦ green 78 ◦ blue 224

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

Shades of Free Speech Blue #444EE0

Tints of Free Speech Blue #444EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 60.54%

R = 18.38%
G = 21.08%
B = 60.54%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#444EE0 (or 0x444EE0) is known color: Free Speech Blue. HEX triplet: 44, 4E and E0. RGB value is (68,78,224). Sum of RGB (Red+Green+Blue) = 68+78+224=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 224 (87.89% from 255 or 60.54% from 370); Max value from RGB is 224 - color contains mainly: blue. Hex color #444EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444EE0 is #BBB11F. Grayscale: #5B5B5B. Windows color (decimal): -12300576 or 14700100. OLE color: 14700100.

HSL color Cylindrical-coordinate representation of color #444EE0: hue angle of 236.15º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #444EE0 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 68 78 224 -
CMYK 0.70 0.65 0 0.12
HSL 236.15º 0.72% 0.57% -
HSV(B) 236.15º 0.7% 0.88% -
XYZ 18.56 12.06 71.87 -
YUV 91.65 202.69 111.13 -
System Red Green Blue C M Y K H S L
Decimal 68 78 224 0.70 0.65 0 0.12 236.15 0.72 0.57
Hex 44 4E E0 46 41 0 C EC 48 39
Octal 104 116 340 106 101 0 14 354 110 71
Binary 1000100 1001110 11100000 1000110 1000001 0 1100 11101100 1001000 111001

Color Harmonies of #444EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444EE0

Black with #444EE0

Text Example


Text Example

White with #444EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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