Html Css Color HEX #444EDF Free Speech Blue

📋 copy color: '#444EDF'

red 68 ◦ green 78 ◦ blue 223

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

Shades of Free Speech Blue #444EDF

Tints of Free Speech Blue #444EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.43%

R = 18.43%
G = 21.14%
B = 60.43%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#444EDF (or 0x444EDF) is known color: Free Speech Blue. HEX triplet: 44, 4E and DF. RGB value is (68,78,223). Sum of RGB (Red+Green+Blue) = 68+78+223=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #444EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444EDF is #BBB120. Grayscale: #5A5A5A. Windows color (decimal): -12300577 or 14634564. OLE color: 14634564.

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

Color convert

RGB 68 78 223 -
CMYK 0.70 0.65 0 0.13
HSL 236.13º 0.71% 0.57% -
HSV(B) 236.13º 0.7% 0.87% -
XYZ 18.43 12.01 71.16 -
YUV 91.54 202.19 111.21 -
System Red Green Blue C M Y K H S L
Decimal 68 78 223 0.70 0.65 0 0.13 236.13 0.71 0.57
Hex 44 4E DF 46 41 0 D EC 47 39
Octal 104 116 337 106 101 0 15 354 107 71
Binary 1000100 1001110 11011111 1000110 1000001 0 1101 11101100 1000111 111001

Color Harmonies of #444EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444EDF

Black with #444EDF

Text Example


Text Example

White with #444EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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