Html Css Color HEX #444DDA Free Speech Blue

📋 copy color: '#444DDA'

red 68 ◦ green 77 ◦ blue 218

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

Shades of Free Speech Blue #444DDA

Tints of Free Speech Blue #444DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.06%

R = 18.73%
G = 21.21%
B = 60.06%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#444DDA (or 0x444DDA) is known color: Free Speech Blue. HEX triplet: 44, 4D and DA. RGB value is (68,77,218). Sum of RGB (Red+Green+Blue) = 68+77+218=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #444DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444DDA is #BBB225. Grayscale: #595959. Windows color (decimal): -12300838 or 14306628. OLE color: 14306628.

HSL color Cylindrical-coordinate representation of color #444DDA: hue angle of 236.4º degrees, saturation: 0.67, 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 #444DDA is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 68 77 218 -
CMYK 0.69 0.65 0 0.15
HSL 236.4º 0.67% 0.56% -
HSV(B) 236.4º 0.69% 0.85% -
XYZ 17.69 11.6 67.64 -
YUV 90.38 200.02 112.04 -
System Red Green Blue C M Y K H S L
Decimal 68 77 218 0.69 0.65 0 0.15 236.4 0.67 0.56
Hex 44 4D DA 45 41 0 F EC 43 38
Octal 104 115 332 105 101 0 17 354 103 70
Binary 1000100 1001101 11011010 1000101 1000001 0 1111 11101100 1000011 111000

Color Harmonies of #444DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444DDA

Black with #444DDA

Text Example


Text Example

White with #444DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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