Html Css Color HEX #444CDF Free Speech Blue

📋 copy color: '#444CDF'

red 68 ◦ green 76 ◦ blue 223

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

Shades of Free Speech Blue #444CDF

Tints of Free Speech Blue #444CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.71%

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

R = 18.53%
G = 20.71%
B = 60.76%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#444CDF (or 0x444CDF) is known color: Free Speech Blue. HEX triplet: 44, 4C and DF. RGB value is (68,76,223). Sum of RGB (Red+Green+Blue) = 68+76+223=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #444CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444CDF is #BBB320. Grayscale: #595959. Windows color (decimal): -12301089 or 14634052. OLE color: 14634052.

HSL color Cylindrical-coordinate representation of color #444CDF: hue angle of 236.9º 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 #444CDF is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 76 223 -
CMYK 0.70 0.66 0 0.13
HSL 236.9º 0.71% 0.57% -
HSV(B) 236.9º 0.7% 0.87% -
XYZ 18.29 11.73 71.11 -
YUV 90.37 202.85 112.05 -
System Red Green Blue C M Y K H S L
Decimal 68 76 223 0.70 0.66 0 0.13 236.9 0.71 0.57
Hex 44 4C DF 46 42 0 D ED 47 39
Octal 104 114 337 106 102 0 15 355 107 71
Binary 1000100 1001100 11011111 1000110 1000010 0 1101 11101101 1000111 111001

Color Harmonies of #444CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444CDF

Black with #444CDF

Text Example


Text Example

White with #444CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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