Html Css Color HEX #444ED8 Free Speech Blue

📋 copy color: '#444ED8'

red 68 ◦ green 78 ◦ blue 216

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

Shades of Free Speech Blue #444ED8

Tints of Free Speech Blue #444ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 59.67%

R = 18.78%
G = 21.55%
B = 59.67%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#444ED8 (or 0x444ED8) is known color: Free Speech Blue. HEX triplet: 44, 4E and D8. RGB value is (68,78,216). Sum of RGB (Red+Green+Blue) = 68+78+216=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 216 (84.77% from 255 or 59.67% from 362); Max value from RGB is 216 - color contains mainly: blue. Hex color #444ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444ED8 is #BBB127. Grayscale: #5A5A5A. Windows color (decimal): -12300584 or 14175812. OLE color: 14175812.

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

Color convert

RGB 68 78 216 -
CMYK 0.69 0.64 0 0.15
HSL 235.95º 0.65% 0.56% -
HSV(B) 235.95º 0.69% 0.85% -
XYZ 17.5 11.64 66.29 -
YUV 90.74 198.69 111.78 -
System Red Green Blue C M Y K H S L
Decimal 68 78 216 0.69 0.64 0 0.15 235.95 0.65 0.56
Hex 44 4E D8 45 40 0 F EC 41 38
Octal 104 116 330 105 100 0 17 354 101 70
Binary 1000100 1001110 11011000 1000101 1000000 0 1111 11101100 1000001 111000

Color Harmonies of #444ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444ED8

Black with #444ED8

Text Example


Text Example

White with #444ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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