Html Css Color HEX #444DCD Free Speech Blue

📋 copy color: '#444DCD'

red 68 ◦ green 77 ◦ blue 205

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

Shades of Free Speech Blue #444DCD

Tints of Free Speech Blue #444DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.57%

R = 19.43%
G = 22%
B = 58.57%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#444DCD (or 0x444DCD) is known color: Free Speech Blue. HEX triplet: 44, 4D and CD. RGB value is (68,77,205). Sum of RGB (Red+Green+Blue) = 68+77+205=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #444DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444DCD is #BBB232. Grayscale: #585858. Windows color (decimal): -12300851 or 13454660. OLE color: 13454660.

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

Color convert

RGB 68 77 205 -
CMYK 0.67 0.62 0 0.20
HSL 236.06º 0.58% 0.54% -
HSV(B) 236.06º 0.67% 0.8% -
XYZ 16.06 10.94 59.02 -
YUV 88.9 193.52 113.09 -
System Red Green Blue C M Y K H S L
Decimal 68 77 205 0.67 0.62 0 0.20 236.06 0.58 0.54
Hex 44 4D CD 43 3E 0 14 EC 3A 36
Octal 104 115 315 103 76 0 24 354 72 66
Binary 1000100 1001101 11001101 1000011 111110 0 10100 11101100 111010 110110

Color Harmonies of #444DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444DCD

Black with #444DCD

Text Example


Text Example

White with #444DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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