Html Css Color HEX #444ED0 Free Speech Blue

📋 copy color: '#444ED0'

red 68 ◦ green 78 ◦ blue 208

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

Shades of Free Speech Blue #444ED0

Tints of Free Speech Blue #444ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 58.76%

R = 19.21%
G = 22.03%
B = 58.76%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#444ED0 (or 0x444ED0) is known color: Free Speech Blue. HEX triplet: 44, 4E and D0. RGB value is (68,78,208). Sum of RGB (Red+Green+Blue) = 68+78+208=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 208 (81.64% from 255 or 58.76% from 354); Max value from RGB is 208 - color contains mainly: blue. Hex color #444ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444ED0 is #BBB12F. Grayscale: #595959. Windows color (decimal): -12300592 or 13651524. OLE color: 13651524.

HSL color Cylindrical-coordinate representation of color #444ED0: hue angle of 235.71º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #444ED0 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 68 78 208 -
CMYK 0.67 0.62 0 0.18
HSL 235.71º 0.6% 0.54% -
HSV(B) 235.71º 0.67% 0.82% -
XYZ 16.49 11.23 60.97 -
YUV 89.83 194.69 112.43 -
System Red Green Blue C M Y K H S L
Decimal 68 78 208 0.67 0.62 0 0.18 235.71 0.6 0.54
Hex 44 4E D0 43 3E 0 12 EC 3C 36
Octal 104 116 320 103 76 0 22 354 74 66
Binary 1000100 1001110 11010000 1000011 111110 0 10010 11101100 111100 110110

Color Harmonies of #444ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444ED0

Black with #444ED0

Text Example


Text Example

White with #444ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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