Html Css Color HEX #444ED5 Free Speech Blue

📋 copy color: '#444ED5'

red 68 ◦ green 78 ◦ blue 213

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

Shades of Free Speech Blue #444ED5

Tints of Free Speech Blue #444ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 59.33%

R = 18.94%
G = 21.73%
B = 59.33%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#444ED5 (or 0x444ED5) is known color: Free Speech Blue. HEX triplet: 44, 4E and D5. RGB value is (68,78,213). Sum of RGB (Red+Green+Blue) = 68+78+213=359 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.94% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 213 (83.59% from 255 or 59.33% from 359); Max value from RGB is 213 - color contains mainly: blue. Hex color #444ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444ED5 is #BBB12A. Grayscale: #595959. Windows color (decimal): -12300587 or 13979204. OLE color: 13979204.

HSL color Cylindrical-coordinate representation of color #444ED5: hue angle of 235.86º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #444ED5 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 68 78 213 -
CMYK 0.68 0.63 0 0.16
HSL 235.86º 0.63% 0.55% -
HSV(B) 235.86º 0.68% 0.84% -
XYZ 17.12 11.48 64.26 -
YUV 90.4 197.19 112.02 -
System Red Green Blue C M Y K H S L
Decimal 68 78 213 0.68 0.63 0 0.16 235.86 0.63 0.55
Hex 44 4E D5 44 3F 0 10 EC 3F 37
Octal 104 116 325 104 77 0 20 354 77 67
Binary 1000100 1001110 11010101 1000100 111111 0 10000 11101100 111111 110111

Color Harmonies of #444ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444ED5

Black with #444ED5

Text Example


Text Example

White with #444ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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