Html Css Color HEX #444DDD Free Speech Blue

📋 copy color: '#444DDD'

red 68 ◦ green 77 ◦ blue 221

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

Shades of Free Speech Blue #444DDD

Tints of Free Speech Blue #444DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.04%

 BLUE value IS 221 (86.72% from 255) = 60.38%

R = 18.58%
G = 21.04%
B = 60.38%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#444DDD (or 0x444DDD) is known color: Free Speech Blue. HEX triplet: 44, 4D and DD. RGB value is (68,77,221). Sum of RGB (Red+Green+Blue) = 68+77+221=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #444DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444DDD is #BBB222. Grayscale: #5A5A5A. Windows color (decimal): -12300835 or 14503236. OLE color: 14503236.

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

Color convert

RGB 68 77 221 -
CMYK 0.69 0.65 0 0.13
HSL 236.47º 0.69% 0.57% -
HSV(B) 236.47º 0.69% 0.87% -
XYZ 18.09 11.76 69.72 -
YUV 90.73 201.52 111.79 -
System Red Green Blue C M Y K H S L
Decimal 68 77 221 0.69 0.65 0 0.13 236.47 0.69 0.57
Hex 44 4D DD 45 41 0 D EC 45 39
Octal 104 115 335 105 101 0 15 354 105 71
Binary 1000100 1001101 11011101 1000101 1000001 0 1101 11101100 1000101 111001

Color Harmonies of #444DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444DDD

Black with #444DDD

Text Example


Text Example

White with #444DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,77,221); }

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

background-color css

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

 a { background-color: rgb(68,77,221); }

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

border-color css

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

 span { border-color: rgb(68,77,221); }

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